body {
  width:100%;
  max-width: 520px;
  padding: 10px;
  margin:auto;
}
p {
  font-family: "Courier Prime", monospace;
  font-size: 1em;
}
h1 {
  font-family: "Courier Prime", monospace;
  font-size: 2em;
  text-align: center;
}
h2 {
  font-family: "Courier Prime", monospace;
  font-size: 1.75em;
}
li {
  font-family: "Courier Prime", monospace;
  font-size: 1em;
}
blockquote {
  font-family: "Courier Prime", monospace;
  font-size: 0.85em;
  text-align: center;
  font-style: italic;
}