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

h1 {
  color: #222;
}

p {
  color: #555;
}

button {
  padding: 10px 20px;
  border: none;
  background-color: black;
  color: white;
  border-radius: 8px;
  cursor: pointer;
}