#preloader-cheese {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-beige-background);
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.loader-cheese-style {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}