body {
  font-family: courier, "Courier New", sans-serif;
  font-size: 18px;
  margin: 0 auto;
  max-width: 960px;
  padding: 0 1em 1em 1em;
}
h1, h2, h3{
  font-family: 'Arial', sans-serif;
}
h4, h5 {
  font-family: courier, "Courier New", sans-serif;
  font-size: 18px;
  margin: 1em 0;
}
pre {
  font-family: courier, "Courier New", sans-serif;
  font-size: 18px;
  
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
/* SITE NAV */
/* -------- */
.menu li {
  list-style-type: none;
  display: inline;
}
.menu li:not(:first-child)::before {
  padding: 0.5em;
  content: " | ";
}
.menu {
  padding: 0;
}
/* CUSTOM TAGS */
/* ----------- */
.center {
  text-align: center;
}
.courier {
    font-family: "Courier New", Courier, monospace;
}
.times {
    font-family: "Times New Roman", Times, serif;
}
.arial {
    font-family: Arial, Helvetica, sans-serif;
}
.georgia {
    font-family: Georgia, serif;
}