h1,
h2,
p {
  text-align: center;
}


form label {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
}

form input {
  height: 1.5em;
  display: block;
  margin: auto;
  margin-top: 1em;
  margin-bottom: 0;
  border-radius: 1em;
  border-color: #0067af;
  text-align: center;
}

#calculate-button,
#reset-button,
#return-button {
  background-color: #0067af;
  color: white;
  font-weight: bold;
  cursor: pointer;
  width: 8em;
  padding: .5em;
  margin: auto;
  border-radius: 1em;
  margin-top: 1.5em;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.flex-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-item {
  width: 18em;
}

.important {
  font-weight: bold;
}

.note {
  margin-top: .5em;
}

#metc-ineligible,
#metc-note,
.note {
  color: grey;
}