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

h1 {
  color: #0078D7;
  font-size: 2.5em;
}

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

