html, body {
  background-color: black;
  overflow: hidden;
}

body {
  margin: 0;
  width: 100vw;
  height: 100vh;
}
 
#game-canvas {
  image-rendering: pixelated; 
  image-rendering: crisp-edges;
}