<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">img {
  max-width: 100%;
}
body {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 40rem;
}
html {
  font-size: 12pt;
}

@media (min-width: 640px) {
  html {
    font-size: 16pt;
  }
  .two-columns-example {
    display: flex;
  }
  .two-columns-example &gt; * {
    width: 50%;
  }
}
</pre></body></html>