body {
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  font-size: 1.2em;
  padding: 20px;
  background: #ececec;
}

code,
pre,
.code,
.pre {
  font-family: 'Lucida Sans Typewriter', monospace;
  padding: 2px 4px;
  border-radius: 3px;
  background: #f5f5f5;
}
