html,
body {
  background: white;
  color: black;
}

body {
  margin: 32px;
}

.ascii {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  white-space: pre;
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: 0;
  font-kerning: none;
  font-variant-ligatures: none;
}

.ascii a {
  color: #0000ee;
  text-decoration: underline;
}
