.loader{
  transition: 400ms;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: radial-gradient(rgba(240,240,240,0.8), rgba(70,70,70,0.9));
  z-index: 120;
  color: #505050;
  font-weight: 600;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: calc( 18px + 1.2vw );
  pointer-events: all;
}