html, body {
    margin: 0;
    padding: 0;
    background-color: #000;
    font-family: 'Courier New', Courier, monospace;
    font-size: 12pt;
    line-height: 10pt;
    color: #fff
  }
  canvas {
    display: block;
  }
  