section#preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: var(--bs-black);
  display: flex;
  justify-content: center;
  align-items: center;
}