/* General layout */
body {
  background: #0a0a0a;
  color: #f0f0f0;
  font-family: Arial, Helvetica, sans-serif;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  line-height: 1.6;
}

/* Headings */
h1 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

h2 {
  margin-top: 2rem;
  font-weight: 700;
  font-size: 1.3rem;
}

/* Links */
a {
  color: #ff77ff;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

/* Footer */
footer {
  text-align: center;
  margin-top: 3rem;
  font-size: 0.9rem;
  color: #aaa;
}
