    body {
      background-color: #000;
      color: #00ff66;
      font-family: 'Courier New', Courier, monospace;
      padding: 2rem;
    }

    #apple {
      display: flex;
      flex-direction: column;
      align-items: center;
      white-space: pre;
      font-family: monospace;
      line-height: 1.1;
      margin-bottom: 2rem;
    }

    .apple span {
      font-family: monospace;
      white-space: pre;
      display: inline-block;
    }

.banner-container {
  border: 2px solid #00ff66;
  padding: 1rem;
  box-shadow: 0 0 20px #00ff66;
  margin-bottom: 2rem;
  max-width: 100%;
  display: flex;
  justify-content: center;
}

.banner-layout {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: nowrap;
}

.banner-label {
  font-size: 1rem;
  color: #00ff66;
  white-space: nowrap;
}

.banner-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 0.5ch;
}

.banner {
  font-family: monospace;
  white-space: pre;
  font-size: 1.1rem;
  line-height: 1.1;
  display: inline-block;
}

    .cursor {
      width: 0.6ch;
      height: 6.6em;
      background-color: #00ff66;
      animation: blink 1.2s steps(1) infinite;
      box-shadow: 0 0 4px #00ff66, 0 0 8px #00ff66;
    }

    @keyframes blink {
      0%, 100% { opacity: 1; }
      50%      { opacity: 0; }
    }

    .char {
      display: inline-block;
      transition: all 0.1s ease-in-out;
    }

    .glitch {
      color: #ff0000;
      text-shadow: 0 0 2px #ff0000, 0 0 4px #ff00ff;
      transform: translateX(-1px) rotate(1deg);
    }

    .nav-links a {
      display: block;
      color: #00ff66;
      text-decoration: none;
      margin-bottom: 0.5rem;
    }

    .nav-links a:hover {
      text-decoration: underline;
    }

    .footer {
      margin-top: 4rem;
      color: #00ff66;
      font-size: 0.8rem;
      text-align: center;
      opacity: 0.8;
    }


.main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  gap: 2rem;
  max-width: 100%;
}

.top-apple {
  display: flex;
  justify-content: center;
  max-width: 100%;
  overflow-x: auto;
}

.banner-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  text-align: center;
  max-width: 100%;
  overflow-x: auto;
}

.banner-wrapper {
  display: inline-block;
  white-space: pre;
  font-family: monospace;
  font-size: 1rem;
  padding: 1rem;
  border: 2px solid #00ff66;
  box-shadow: 0 0 20px #00ff66;
  overflow-x: auto;
}

.banner-prefix {
  color: #00ff66;
  white-space: nowrap;
  font-size: 1rem;
  padding-bottom: 3rem;
}

.banner-suffix {
  color: #00ff66;
  white-space: nowrap;
  font-size: 1rem;
  padding-top: 3rem;
}

.nav-links {
  text-align: left;
  display: block;
  flex-direction: column;
  gap: 0.5rem;
}

@media (max-width: 768px) {
  .banner-row {
    flex-direction: column;
    gap: 1rem;
  }

  .banner-prefix, banner-.suffix {
    font-size: 0.9rem;
  }

  .banner-wrapper {
    font-size: 0.8rem;
    width: 100%;
    overflow-x: auto;
  }
}
