body {
  font-family: 'Lora', serif;
  font-variant: common-ligatures tabular-nums;
  background-color: #fcf6e8;
  color: #24221f;
  padding-bottom: 2em;
}

div.body {
  margin-left: auto;
  margin-right: auto;
  width: 30em;
  max-width: 90%;
  font-size: 18pt;
}
@media only screen and (max-width: 600px) {
  div.body {
    font-size: 22pt;
  }
}
a {
  color: #bf460d;
}
a:visited {
  color: #5e0845;
}
abbr {
  font-variant: small-caps;
}
h1 {
  text-align: center;
  border-bottom: 1px #24221f solid;
  vertical-align: middle;
}
h1 a {
  text-decoration: none;
}
h1 .text {
  color: #24221f;
}
.avoidbreak {
  display:inline-block;
}
.choice {
  font-size: 14pt;
  margin-top: 0.5em;
  padding-left: 1%;
  padding-right: 1%;
}
.choices {
  text-align: center;
}
