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

h1 {
  color: #5a2d82;
}

p {
  font-size: 18px;
}

button {
  padding: 10px 18px;
  font-size: 16px;
  background-color: #5a2d82;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

