
body {
  background: #0a0a0a;
  color: #ffd700;
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.scroll-container {
  max-width: 800px;
  text-align: left;
  padding: 2rem;
  border: 2px solid #ffd70055;
  border-radius: 1rem;
  box-shadow: 0 0 20px #ffd70033;
  background: rgba(255, 215, 0, 0.03);
}

h1 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

pre {
  white-space: pre-wrap;
  line-height: 1.7;
}

.footer {
  margin-top: 2rem;
  text-align: center;
  font-style: italic;
  color: #bbb;
  font-size: 0.95rem;
}
