.waitScreen{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.3);
    z-index: 99;
    color: #30388F;
    font-size: 200%;
    text-align: center;
}

.spinChar{
    position: relative;
    top: 50%;
}