body {
  font-family: Arial, sans-serif;
  background: linear-gradient(to bottom right, #6fa3ef, #b3e0ff);
  text-align: center;
  padding: 60px;
  color: #222;
}

h1 {
  font-size: 28px;
  margin-bottom: 20px;
}

p {
  font-size: 18px;
  margin-bottom: 40px;
}

button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

button:hover {
  background-color: #0056b3;
}
