.bgmain {
    background-image: url(./mainbg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}

#loading-screen {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}