
body {
  font-family: "Poppins", sans-serif;
  background: linear-gradient(180deg, #a0e3ff, #ffffff);
  text-align: center;
  padding: 2rem;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

p {
  font-size: 1.2rem;
  text-align: center;
}

button {
  margin-top: 2rem;
  padding: 0.8rem 1.2rem;
  border: none;
  background: #333;
  color: white;
  border-radius: 10px;
  cursor: pointer;
}