body {
  font-family: Proxima Nova, sans-serif;
  display: flex;
  justify-content: center;
  align-content: center;
  font-size: 14px;
  flex-direction: column;
  background-color: #A9A9AD;
}

body > h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
}

body > img {
  object-fit: contain;
  max-height: 75vh;
}