body {
  background-color: black;
  color: white;
  text-align: center;
  font-size: 16px;
  font-variant: small-caps;
  font-family: Lucida,Helvetica,sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

/*#middleContainer {
  position: relative;
  left: 50%;
  margin-left: -390px;
  width: 780px;
  margin-left: auto;
  margin: 5px auto;
  padding: 10px 0;
}

#topContainer {
  width: 780px;
  position: relative;
  overflow: hidden;
}*/

.float {
  position: absolute;
  left: 0; 
  right: 0; 
  top: 95vh;
  margin-inline: auto; 
  width: fit-content;
}

.previousPage {
  position: absolute;
  left: 10px; 
  top: 10px;
  font-size: 36px;
}

.nextPage {
  text-align: right;
  padding-right: 10px;
  padding-bottom: 10px;
  font-size: 36px;
}

.wideImage {
  width: 100%;
  height: auto;
}

.highImage {
  width: auto;
  max-height: 95vh;
}

a {
  color: white;
}
