#root:not(:empty) ~ #loading {
    display: none;
}

#loading {
    background-color: #fff;
    width: 100vw;
    height: 100vh;
}