.loading {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  text-align: center;

  img {
    margin-top: 16%;
  }
}