.preloader {
  position: fixed;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  justify-content: center;
  align-items: center;
  background-color: #7f7ff9;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}
.preloader img {
  width: 100px;
}/*# sourceMappingURL=preloader.css.map */