.preloader {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 800px;
  background-color: white;
  z-index: 101;
}

.preloader-img {
    width: clamp(224px, 35vw, 456px);
    height: auto;
}