body {
  background: black;
  overflow: hidden;
  margin: 0px;
  cursor: pointer;
}

verreciel {
  display: block;
  width: 100vw;
  height: 100vh;
}

#splashContainer {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: block;
  opacity: 1;
  transition: opacity 1s ease-in;
}
