body {
    background-color: #FFFEE0;
    color: black;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: "Georgia", serif;
    margin: 72px;
    text-align: center;
}
h1 {
    font-size: 72px;
    text-align: center;
}
.westeron {
  border-top: 4px solid currentColor;
  border-bottom: 4px solid currentColor;
  display: inline-block;
  line-height: 1.05;
  /*text-shadow:
    4px 4px #FFFEE0,
    4px -4px #FFFEE0,
    -4px 4px #FFFEE0,
    -4px -4px #FFFEE0;
    */
}
h2 {
    font-size: 48px;
    margin-top: 1em;
    margin-bottom: 1em;
}
p.footer {
    margin-top: 100px;
}
.footnote {
    font-size: small;
}
.download {
  border: 2px solid yellow;
}
img.curl1 {
  position: absolute;
  top: 0px;
  left: 0px;
}
img.curl2 {
  position: absolute;
  bottom: 0px;
  right: 0px;
}