/* Home only */

html, body {
  height: 100%;
  margin: 0;
}

body {
  background-image: url("background.avif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body.page-index #pageheader h1 {
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 20vh 0 1rem;
}
body.page-index #pagebody {
  text-align: center;
  font-size: 1.15rem;
}
body.page-index #pagebody p {
  margin: 0.75rem 0 1.5rem;
}
body.page-index #pagebody ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}
body.page-index #pagebody li {
  margin: 0.25rem 0;
}

