body {
  margin: 0;
  font-family: "IM Fell DW Pica SC", serif;
  padding-bottom: 50px;
  background-color: rgb(250, 242, 221);
  padding-bottom: 0;
}

p {
  margin: 0 0 10px 0;
  font-family: "In Fell English", serif;
  line-height: 50px;
  font-size: 19px;
  text-indent: 40px;
}

h1 {
  margin: 0;
  padding: 0;
}

h2{
  font-size: 40px;
  margin: 2px 0 2px 0;
  font-family: "IM Fell DW Pica SC", serif;
  font-weight: 500;
  margin: 0 0 0 0;
}

h3 {
   margin: 20px 0 5px 0;
   font-size: 28px;
   font-weight: 600;
   text-decoration: underline;
   font-family: "IM Fell English", serif;
   text-align: center;
}

pre {
  font-size: 15px;
}

footer {
  margin-top: 25px;
}

h4 {
   margin: 20px 0 0px 0;
   font-size: 18px;
   font-weight: 700;
   font-family: "IM Fell English", serif;
   text-align: center;
}