body {
  font-family: Arial, sans-serif;
  margin: 20px;
}

.success {
  color: green;
}

.error {
  color: red;
}

#reset-button {
  margin-top: 10px;
}
