.loading-cont {
    position: fixed;
    z-index: 9999;
    background: rgba(255,255,255,0.75);
    top: 0%;
    bottom: 0%;
    right: 0%;
    left: 0%;
    user-select: none;
    cursor: progress;
    text-align: center;
}

.loading-div {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.loading-div h1 {
    margin: 0;
}

.loading-div img {
    opacity: 0.75;
} 
