body {
  background-color: #ffffff;
  margin: 0 15%;
  font-family: sans-serif;
}

h1 {
  text-align: center;
  font-family: serif;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #57b1dc;
  margin-top: 30px;
}

h2 {
  text-align: center;
  color: #00008b;
  font-size: 1em;
}

p {
  text-align: center;
  color: #000000;
  font-size: 1em;
}

.center {
  display: block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}