.mainloading {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  z-index: 99;
  background: white;
}

.mainloading > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mainloading > div img {
  width: 80px;
}

.mainloading > div p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  margin: auto 0px;
  font-size: 25px;
}
