body {
  background: #0b0b0b;
  color: #e6e6e6;
  font-family: system-ui, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 700px;
  margin: 80px auto;
  padding: 0 20px;
}

h1 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}

p {
  line-height: 1.6;
  opacity: 0.9;
}

a {
  color: #9ad1ff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
