html {
  height: 95%;
}

body {
  background-color: #fffff8;
  font-family: "EB Garamond", serif;
  font-size: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  align-self: center;
}

header {
  text-align: center;
}

header h1 {
  font-family: "National Park", sans-serif;
  font-weight: 500;
  font-size: 1rem;
}

footer {
  font-variant: small-caps;
  font-weight: 300;
  text-align: center;
}
