.spinLoad-block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}

.spinLoad {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  text-align: center;
}

.spinLoad i {
  color: #ffffff;
  font-size: 70px;
}

.spinLoad h1 {
  color: #fff;
  font-family: "Noto Serif", serif;
  font-size: 20px;
  margin-top: 4px;
  text-shadow: 1px 1px 8px black;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}