/* Preloader Styling */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
}

#preloader img {
  width: 500px;
  height: 500px;
  margin-bottom: 15px;
}

#preloader p {
  font-size: 18px;
  font-family: Arial, sans-serif;
  color: #333;
}