/* Canvas */
.webgl {
  position: fixed;
  top: 0;
  outline: none;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  z-index: 9999999999;
  pointer-events: none;
}

.removeLogo {
  opacity: 0 !important;
}

.startSection {
  width: 100vw;
}
