body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #0f2e1d;
  color: #f5e9cf;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}

.container {
  max-width: 600px;
  padding: 20px;
}

h1 {
  color: #d4af37;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.tagline {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  color: #c4c4c4;
}

.email a {
  color: #d4af37;
  text-decoration: none;
  font-weight: bold;
}

footer {
  margin-top: 3rem;
  font-size: 0.85rem;
  color: #888;
}
