.ascii {
    font-family: monospace;
    white-space: pre;
}
html {
    background: black;
    color: white;
  }
  
  a {
    color: aquamarine;
  }