body {
  background: #000; 
}

canvas {
  image-rendering: pixelated;                
  display: inline-block;
  position: relative;
/*  TODO: fix height math in js*/
  top: -200px; 
}




