
a {
  color: yellow;
}
body {
  background-color: black;
  color: white;
  font-family: "DTM Mono";
  font-size: 12pt;
  text-align: center
}

@font-face {
    font-family: "DTM Mono";
    src: url('https://hushbugger.github.io/dialogue/dtm-mono.woff2?#iefix') format('woff2');
}