.website_preloader {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}

.website_preloader svg {
  width: 180px !important;
  height: 180px !important;
}
