:root {
  --border-width: 2px;
}

body {
  color: white;
  font-size: 1.2rem;
  font-variant-ligatures: historical-ligatures;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  border: 0;
}

.q {
  background: rgba(32, 32, 32, 0.9);
  box-sizing: border-box;
  height: 90vh;
  max-width: 90vw;
  width: 16cm;

  position: absolute;
  top 1cm;
  right: 0;
}

.q .byline {
  height: 1cm;
  position: absolute;
  bottom: 1vh;
  right: 5vh;
  text-align: right;
  font-size: 0.8rem;
  line-height: 1rem;
}

.q .byline .work { display: none; }
.q .byline span.year::before { content: "("; }
.q .byline span.year::after { content: ")"; }
.q .byline .bibtex { display: none; }

.q .payload {
  text-align: justify;
  text-justify: inter-word;
}

.q .payload .blurb:first-letter {
  font-family: serif;
  font-size: 4rem;
  float: left;
  line-height: 4rem;
  margin: 0.5rem 0.5rem 0.5rem 0;
}

.q .payload {
  position: relative;
  top: 1vw;
}
.q .payload .blurb {
  position: absolute;
  top: 1%;
  left: 4%;
  overflow: hidden;
  width: 92%;
  height: 82vh;
  max-width: 90vw;
  transition: opacity 5s;
}
.q .payload input { display: none; }
.q .payload .trans { opacity: 0; }
.q .payload input:checked + .trans { opacity: 1; }
.q .payload input:checked + .trans + .orig { opacity: 0; }
