html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #0b0b2a;
  overflow: hidden;
}

#game {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#game canvas {
  image-rendering: auto;
}
