#loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-color: black;
    z-index: 100;
}

#loading-middle {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#loading-logo {
    width: 100%;
}

#loading-text {
    font-weight: bold;
    font-family: sans-serif;
}

#checkerboard {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: repeat;
    z-index: -20;
}
