body {
  font-family: verdana,"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;
  font-weight: normal;
  color: #fff;
  background-color: #065a8f;
}

#dismissal {
  font-size: 2em;  
  margin: 1.5em;
}

#form {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 50%;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5em;
  margin-bottom: 5em;

  font-size: 1.3em;
}

#form p {
  margin-bottom: 0.3em;
  margin-top: 0; 
}

#form input {
  border-radius: 0.25em;
  height: 1.2em;
  margin: 0.25em;
  font-size: 1.2em;
  text-align: center;
  background-color: #ddd;
}

#form button {
  border-radius: 8px;
  padding: 1em;
  font-size: 1.2em;
  background-color: #70B329;
  border-color: hsla(220, 10%, 50%, 0.5);
  color: #fff;
  cursor: pointer;
}
