body {
  margin: 0;
  width: 100vw;
  height: 100vh;
}
body .canvas-container {
  position: relative;
  width: 100%;
  height: 100%;
}
body .canvas-container canvas {
  position: absolute;
  inset: 0;
  background-color: transparent;
  height: 100%;
}
body .canvas-container canvas.hide {
  display: none;
}

/*# sourceMappingURL=index.css.map */
