/* Better readability */
.content {
  max-width: 960px;
}

/* Make markdown lists breathe */
.content ul, .content ol {
  margin-left: 1.2rem;
}

/* Better spacing between sections */
.content h2 {
  margin-top: 2rem;
}
.content h3 {
  margin-top: 1.2rem;
}
