body {
  margin: 0;
  width: 100%;
  overflow: hidden;
  background: hsla(0, 5%, 5%, 1);
}

canvas {
  width: 100%;
  height: 100%;
}