#loading {
  position: absolute;
  font-size: 24px;
  text-align: center;
  inset: 0;
  color: transparent;
  background-color: #0077D1;
}

#loading .imageContainer,
#loading .textContainer {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

#loading img {
  width: 360px;
}

#loading .textContainer {
  font-family: WorkSans-SemiBold, sans-serif;
  margin-top: 60px;
  color: #e89d3d;
  font-size: 32px;
}
