.section {
  font-family: Helvetica;
}

img {
  max-width: 100%;
  height: auto;
}

.section {
  font-family: "Libre-Franklin", "Lucida Grande", Arial, Sans-serif;
  font-size: 13px;
}

img {
  display: block;
  margin: auto;
}

code {
  background-color: black;
  color: #f8f8f2;
  font-family: Consolas, 'Courier New', monospace;
}