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

.container {
  text-align: center;
  background: white;
  padding: 3rem;
  border-radius: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

h1 {
  color: #2c3e50;
  margin-bottom: 1rem;
}

p {
  color: #34495e;
  margin-bottom: 2rem;
}

a {
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  background-color: #2c3e50;
  color: white;
  border-radius: 5px;
}
