body {
  margin-left: 2em;
  margin-right: 2em;
  background: white;
  font: bold 28px "Gill Sans", sans-serif;
}

h2 {
  font-size: 120%;
  padding: 0.6em 20px;
}

pre {
  padding: 0.3em;
  font-size: 80%;
  font-family: monospace;
  white-space: pre;
}

ul {
  list-style-type: bullet;
  list-style-position: outside;
  padding: 0.7em 0 0.3em 1.5em;
}