header, .toc {
  display: none;
}

main {
  max-width: 100%;
  margin: 0;
}

h1 {
  font-size: 30pt;
}

body {
  font-size: 16pt;
  background: #fff;
}

pre {
  background: #fff !important;
}

pre, pre code, pre span {
  color: #000 !important;
  max-height: unset;
}

a::after {
  content: " (" attr(href) ")";
}

a.heading-anchor-link::after {
  content: "";
}

.sidenote {
  float: left;
  display: block;
  padding-left: 1em;
}
