@font-face {
  font-family: 'Skullboy';
  src: url('https://ostdle.com/Skullboy.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Slapface';
  src: url('https://ostdle.com/Slapface.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
    margin: 0;
    background: #eaf6f6;
}

main {
  padding: 0;
}

.about-content {
  font-family: 'Slapface', sans-serif;
  font-size: 1.5rem;
  color: #4b5565;
  max-width: 800px;
  padding: 2rem;
  margin: 0 auto;
  line-height: 1.5;
  flex-direction: column;
  gap: 2rem;
}

body.dark-mode .about-content {
  color: #eaf6f6;
}

body.dark-mode {
  background: #1b1f27;
}

body.dark-mode header {
  color: white;
}

.credits-text {
  text-align: center;
}

.credit-link1 {
  color: #87dfa3;
  font-size: 1.7rem;
  text-decoration: none;
  font-weight: bold;
}

.credit-link2 {
  color: #66a5bb;
  font-size: 1.7rem;
  text-decoration: none;
  font-weight: bold;
}

.credit-link3 {
  color: #6cc2ae;
  font-size: 1.7rem;
  text-decoration: none;
  font-weight: bold;
}

.banner-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.banner-wrap {
  position: relative;
  display: inline-block;
}

.banner-img {
  height: 64px;
  width: auto;
  display: block;
  image-rendering: pixelated;
}

.banner-answer {
  font-size: 1.5rem;
  color: #4b5565;
  max-width: 620px;
}

body.dark-mode .banner-answer {
  color: #eaf6f6;
}

.logo-container {
  display: flex;
  justify-content: center;
  padding: 0rem 0;
  margin-top: 0.6rem; 
}

.logo {
    height: 120px;
    width: auto;
}

header {
  background-color: transparent;
  color: white;
  padding: 0;
  text-align: center;
}

.pixel-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  padding: 0;
  margin: 1rem auto;
  width: fit-content;
}

.pixel-header a {
  display: block;
  padding: 0;
  margin: 0;
}

.pixel-header img {
  height: 64px;
  width: auto;
  display: block;
  image-rendering: pixelated;
}

.nav-btn {
  display: block;
  padding: 0;
  margin: 0;
}

.btn-wrap {
  position: relative;
  display: inline-block;
}

.btn-wrap img {
  display: block;
}

.btn-label {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Skullboy', sans-serif;
  font-size: 45px;
  color: #f4fbfb;
  pointer-events: none;
}

.theme-btn {
  position: relative;
  display: inline-block;
}

.theme-label {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Skullboy', sans-serif;
  font-size: 45px;
  color: #f4fbfb;
  text-decoration: none;
  pointer-events: none;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .pixel-header {
    transform: scale(0.5);
    transform-origin: top center;
  }

  .pixel-header img {
    height: 40px;
  }
}

main {
  display: flex;
  justify-content: center;
}