@font-face {
  font-family: "Quantum";
  src: url("fonts/Quantum.otf");
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  overflow: hidden;
}

.webgl {
  position: fixed;
  top: 0;
  left: 0;
  outline: none;
}


.frame {
  position: absolute;
  width: 100vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}




@keyframes rotation {
  0% {
   transform: rotate(0deg); 
  }
  100% {
    transform: rotate(359deg); 
   }
  }

.latticeMainLogo {
  text-align: center;
  cursor: pointer;
}

.latticeLogo {
  text-align: center;
  cursor: pointer;
  padding: 4px 8px;
}

.anchorSocialMediaLogo {
  text-decoration: none;
}

.socialMediaLogos {
  height: 20px;
  width: 20px;
}

.socialMediaLogosYoutube {
  height: 20px;
  width: 22px;
}

.latticeComingSoon{ 
  font-size: 62px;
  font-family: 'Quantum';
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  color: transparent;
  background: linear-gradient(45deg,#caefd7, #f5bfd7, #b8a4c9);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.latticeContent {
  color: #fff;
  text-align: center;
  padding-left: 20%;
  padding-right: 20%;
  padding-top: 1rem;
  font-family: 'Quantum';
  font-size: 24px;
  font-weight: 400;
}

.latticeLogosContainer {
  text-align: center;
  margin-top: 1.5rem;
}



.logoClassComingSoon {
  opacity: 1;
}