* {
  margin: 0;
  padding: 0;
}


body {
  overflow: hidden;
  height: 100vh;
}
.webgl {
  position: fixed;
  top: 0;
  left: 0;
  outline: none;
  display: block;
}

#loading-screen {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 1;
  transition: 1s opacity;
}

#loading-screen.fade-out {
  opacity: 0;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #546e7a;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ef6c00;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #546e7a;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 1080px) {
  #Color1,
  #Color2,
  #Color3,
  #Color4,
  #Color5,
  #Color6,
  #Color7,
  #Color8,
  #Color9,
  #Color10 {
    width: 40px;
    height: 40px;
    right: 10px;
  }
  #Color1 {
    top: 5px;
  }
  #Color2 {
    top: 55px;
  }
  #Color3 {
    top: 105px;
  }
  #Color4 {
    top: 155px;
  }
  #Color5 {
    top: 205px;
  }
  #Color6 {
    top: 255px;
  }
  #Color7 {
    top: 305px;
  }
  #Color8 {
    top: 355px;
  }
  #Color9 {
    top: 405px;
  }
  #Color10 {
    top: 455px;
  }

  #Selfi {
    width: 50px;
    height: 50px;
  }
  #LenzBack {
    width: 50px;
    height: 50px;
  }

  #Off {
    width: 40px;
    height: 40px;
  }
}
/*em css*/
