body {
  background-color: #163C61;
  color: #B3E2F0;
  font-family: "vox-round", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h2 {
  text-align: center;
}

.alert {
  border: 1px solid rgba(22, 60, 97, 0.8);
}

.container {
  justify-content: space-evenly;
}