body {
  font-family: sans-serif;
  background-color: #ffffff;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80vh;
  text-align: center;
  margin: 0;
  padding: 1rem;
}

.container {
  max-width: 600px;
}

h1 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 1rem;
}

a {
  font-size: 0.95rem;
  color: #007acc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
