.preloader {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background: var(--bg-dark);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#main-preloader {
  animation-duration: 0.35s !important;
}