
body {
  background-color: #042968;
  color: #042968;
  display: flex;
  font-family: sans-serif;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 0;
  font-weight: 300;
  min-height: 100vh;
  font-family: Humanist777BT-LightB, Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.content {
  background-color: white;
  padding: 2rem 4rem;
}

h1, h2, h3, h4, h5, h6, p {
  font-weight: 300;
}

h1 {
  font-size: 33px;
  line-height: 1.2;
  margin: 0 0 15px;
  text-align: center;
}

p {
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 10px 0;
}

a {
  color: #042968;
}

img {
  margin: auto;
  display: block;
  margin-bottom: 25px;
}