
/* ---------- LOADING SCRN -------------*/

#customLoadingScreenDiv{
  position:absolute;
  width:100vw;
  height:100vh;
  top:0;
  left:0;
  background-color: #000000;
  font-size:0.9rem;
  text-align:center;
  z-index:10;
  overflow:hidden;
}

#loadimg{
  margin:auto;
  width:75%;
  height:97vh;
  max-width:600px;
  background-image: url('./loading.gif');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow:hidden;
}

.loadtext{
  color: #35403f;
}
.big{
    font-size:1.1em;
}

