#connStatus{
    z-index: 2000;
    height: 100vh;
    width: 100vw;
    top:0;
    left: 0;
    position: fixed;
    background: rgba(0,0,0,0.75);
    color: #fff;
}
#connStatus p{
    font-size: 2rem;
}