body {
  font-family: Arial, sans-serif;
  text-align: center;
  margin-top: 100px;
  background: #f0f8ff;
}

h1 {
  color: #2c3e50;
  font-size: 2.5rem;
}

p {
  color: #555;
  font-size: 1.2rem;
}
