* {
  margin: 0 auto;
}
.main {
  background-color: #000000;
  width: 100vw;
  height: 100vh;
}
.ascii-art {
  width: fit-content;
  font-family: monospace, "Courier New", Courier;
  white-space: pre;
  font-size: 12px;
  line-height: 1.2;
  overflow-x: auto;
  color: #ffffff;
}
.embeds {
  width: 50vw;
}
.footer-minimal {
  width: 100vw;
  max-width: 800px;
  margin: 50px auto 0 auto;
  padding-top: 24px;
  font-family: sans-serif;
  font-size: 13px;
  color: #a1a1a1;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-content strong {
  color: #ffffff;
}

.footer-links {
  display: flex;
  gap: 16px;
}

.footer-links a {
  color: #71717a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #ffffff;
}
.boba-badge {
  width: 80px;
  height: auto;
  filter: grayscale(100%);
}
