body {
  height: 100%;
}
h1 {
  color: white;
  margin: auto 25%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}

h2 {
  color: white;
  margin: auto 25%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  text-transform: uppercase;
}

p {
  color: white;
  margin: 1rem 25%;
  line-height: 24px;
}

a {
  font-weight: normal;
}
