body {
  margin: 0;
  font-family: 'Didot', serif;
  background-color: #121212;
  color: #e8e6e3;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  flex-direction: column;
  text-align: center;
}

.hero h1 {
  font-size: 4rem;
  letter-spacing: 2px;
}

.hero p {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.hero a {
  color: #ffcc00;
  text-decoration: none;
  font-weight: bold;
}
