body {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
form {
  margin: 0 auto;
  text-align: center;
}
h1 {
  color: #b72304;
  font-family: Segoe UI, Segoe, Optima, Candara, Calibri, Arial, sans-serif;
  font-size: 3em;
  letter-spacing: 0.3em;
  text-align: center;
}
fieldset {
  border: 3px darkblue solid;
  border-radius: 24px;
}
legend {
  color: orange;
}
input:focus, select:focus {
  background-color: #fef9e7;
}
input:hover,select:hover {
  border: #b72304 2px solid;
}
