
body {
  margin: 0;
  font-family: 'Libre Baskerville', serif;
  background: radial-gradient(circle at top, #0f0f1a 0%, #07070d 40%, #030305 100%);
  color: #e6e6e6;
  line-height: 1.8;
  letter-spacing: 0.3px;
}

.container {
  max-width: 720px;
  margin: auto;
  padding: 2rem 1.5rem;
}

h1, h2 {
  font-family: 'Cinzel', serif;
  color: #f5f5f5;
  font-weight: 400;
}

h1 {
  text-align: center;
  margin-bottom: 2rem;
}

h2 {
  margin-top: 3rem;
}

a {
  color: #d4af37;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

nav {
  text-align: center;
  margin-bottom: 2rem;
}

nav a {
  margin: 0 10px;
  font-size: 0.95rem;
}

footer {
  text-align: center;
  margin-top: 4rem;
  font-size: 0.8rem;
  color: #888;
}
