body {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  max-width: 1024px;
  background: #F9F5F1;
}

p, blockquote {
    line-height: 1.5em;
}

.code {
  background: #c6dde6;
  padding: 10px; 
  border: 1px solid #5599b4;
  border-radius: 5px;
  font-family: monospace;
  color: #193039;
}

h1,h2,h3,h4,h5,h6 {
  font-family: sans-serif;
}

.hilite {
    background-color: #FFFF00;
}
