body {
  margin: 0;
  overflow: hidden;
  font-size: 0;
}

canvas {
  background: #000c2f;
  width: 100vw;
  height: 100vh;
}
