@charset "UTF-8";

#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    z-index: 99;
    background: rgba(165, 165, 165, 0.500)
}

#loading-image { 
    z-index: 100;
    width:75px;
    height:75px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-50px;
    margin-left:-50px;    
    justify-items: center;
}