html {
  height: 95%;
}

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

header {
  text-align: center;
  width: 200px;
}

header h1 {
  font-weight: 500;
  margin-top: 0;
}

main p {
  font-size: 1.5rem;
  margin: 0 1rem;
  text-align: center;
}

footer {
  font-variant: small-caps;
  font-weight: 300;
  text-align: center;
  margin-top: 3em;
}
