body {
  max-width: 700px;
  margin: auto;
  padding: 5rem 0;
  font: 1rem "Lucida Grande", Helvetica, Arial, sans-serif;
  line-height: 1.7;
}

a {
  color: #00b7ff;
}

code {
  font-size: 1.3rem;
  background-color: #efefef;
}

pre > code {
  font-size: 1.1rem;
}

pre {
  background-color: #efefef;
}

li {
  margin-bottom: 1rem;
}

.resumo {
  color: red;
  border: 1px solid;
  padding: 0 1em;
  line-height: 1;
}

.resumo li {
  font-family: monospace;
  margin-bottom: 4px;
}
