body {
  margin: 0;
  font-family: Georgia, serif;
  background: #0a0a1b;
  color: #e8e6e3;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
}

.hero h1 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

.hero p {
  opacity: 0.7;
  margin-bottom: 2rem;
}

nav a {
  display: block;
  margin: 10px;
  color: #e8e6e3;
  text-decoration: none;
  font-size: 1.1rem;
}

nav a:hover {
  opacity: 0.6;
}
