.prose {
  width: min(72ch, 100%);
}

.prose h1:first-child {
  margin-top: 0;
}

.prose h2 {
  margin-top: 1.8em;
}

.prose p,
.prose ul,
.prose ol {
  max-width: 72ch;
}
