/* #preloader {
  width: 100%;
  height: 100vh;
  background-color: white;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

#preloader img {
  width: 60px;
}

@media (max-width: 1024px) {
  #preloader img {
    width: 50px;
  }
}

@media (max-width: 600px) {
  #preloader img {
    width: 30px;
  }
} */
