body {
  font-family: Arial, sans-serif;
  background: #f4f4f4;
  padding: 40px;
}

h1 {
  color: #333;
}

form {
  background: white;
  padding: 20px;
  width: 300px;
  border-radius: 8px;
}