body {
  font-family: "Gill sans", sans-serif;
}

#loadingBox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  background-color: #fff;
}

.loader {
  height: 100px;
  width: 20%;
  text-align: center;
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: rgba(0, 0, 0, 0.85);
}