body {
  background-color: #ffefe8;
  font-size: 1.05em;
}

h1 {
  color: #a35a00;
  font-size: 2.8em;
  font-family: "Libre Baskerville";
}

h2 {
  color: #a35a00;
  text-decoration: underline;
  font-family: "Libre Baskerville";
}

.box {
border: 2px dashed black;
margin: 2em 5em 2em 0em;
padding: 0em 0em 0em 1em;
background-color: #ffe6e0;
}