html, body {
  height: 100%;
  margin: 0;
  font-family: "EB Garamond", serif;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

main {
  text-align: center;
  padding: 5px;
  background-color: white;
  border: 1px solid black;
}

main h1 {
  font-weight: normal;
  margin: 0;
  font-size: 36pt;
}

main ul {
  padding: 0;
  margin: 0;
}

main li {
  display: inline;
}

main li a {
  color: black;
}

main li + li::before {
  content: " // ";
  color: black;
}

.background {
  position: absolute;
  z-index: -1;
  /*
  width: 100%;
  height: 100%;
  */
  line-height: 1;
  height: 600px;
  max-height: 100%;
  max-width: 600px;
  overflow: hidden;
  text-align: justify;
  color: silver;
}

.background span {
  font-family: "Floral Capitals", "EB Garamond", serif;
  font-size: 7em;
  float: left;
  padding-right: 3px;
  line-height: 0.9em;
  overflow: hidden;
  height: 0.7em;
}

.background::first-line {
  font-variant: small-caps;
}

/*
.background::after {
  content: "You have reached the end of your free trial. Please see Project Gutenberg to see the rest of this book, because you know, I can only show a pre-determined amount of content without using Javascript, and your screen size has somehow exceeded what I anticipated, or you have pulled some trickery with the font sizes.";
  font-weight: bold;
}
*/
