body {
  font-family: Arial, sans-serif;
  text-align: center;
  margin-top: 50px;
  background: white;
}

h1 {
  color: palevioletred;
}

input, button {
  padding: 8px;
  margin: 5px;
}
