.loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.9;
    background-color: #fff;
    z-index: 1000;
    text-align: center;

    
  }
  
.loading-image {
    top: 100px;
    left: 240px;
    z-index: 100;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
    margin-top: 20%;
}

.loading p{
    font-size: 30px;
    color: #3c5069;
}

