body {
  font-family: "Verdana", sans-serif;
  background-color: #f0f8ff;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
}

.container {
  text-align: center;
  background: #ffffff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

h1 {
  color: #1e90ff;
  font-size: 3em;
}

p {
  font-size: 1.3em;
  margin-top: 20px;
  line-height: 1.6;
}
