#loadscreen{
    width: 100vw; 
    height:100vh; 
    background-color: black; 
    z-index: 9999; 
    position: fixed;
}


#info{
    text-align: center;
    width:420px;
    height:200px;
    position:absolute;
    left:50%;
    top:50%;
    margin:-100px 0 0 -210px;
}

#cluster-load{
    position: fixed;
    background-color: rgba(0,0,0,0.4);
    width:100vw;
    height:100vh;
    top: 0;
    z-index: 9999;
    color: white;
    text-align: center;
}

#cluster-load h1{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 100vh;

}
