body {
  color: blue;
}
nav a[href="about.html"] {
  text-decoration: underline;
}
p {
  margin: 0;
}
blockquote ~ p,
p + p {
  text-indent: 2.5ch;
}
blockquote {
  font-size: unset;
  break-inside: avoid;
  page-break-inside: avoid;
}
blockquote:first-of-type h3 {
  margin-top: 0;
}
article {
  columns: 32ch;
  max-width: 64rem;
  orphans: 10;
  widows: 10;
  width: 100%;
}
