body {
  font-family: Arial, sans-serif;
  text-align: center;
  background-color: #f9f5f0;
  padding-top: 100px;
}

h1 {
  font-size: 48px;
  color: #5a2d82;
}

p {
  font-size: 18px;
  color: #333;
}

button {
  background-color: #ff914d;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
}