/* body{
  height: 100vh;
  background: linear-gradient(to bottom, #3676B6, #F5B7BA);
  color: #444;
} */
.loading{
  width:100%;
  height:100%;
  position:fixed;
  left:0;
  top:0;
  background:#ffffff;
  z-index: 100;
  font-size: 16px;
}
.loading img{
  position: fixed;
  left: 50%;
  top: 35%;
  width: 100px;
  transform: translate(-50%,-50%);
}
.loading h5{
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-style: italic;
  text-align: center;
  color: #999999;
  font-size: 0.8em;
}
.loading h4{
  font-size: 1em;
  position: fixed;
  left: 50%;
  top: 10%;
  transform: translate(-50%,-50%);
  /* font-style: italic; */
  text-align: center;
  color: #3676b6;
}