*, *::before, *::after {
  box-sizing: border-box;
}

html {
  overflow: hidden;
}

svg {
  height: 100%;
  width: auto;
}

canvas {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}

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