body:has(#app > .snowback) {
    background-color: #FF0000;
}
.snowback {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
}
    .snowback img {
        max-width: 100%;
        max-height: 100%;
    }
.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: white;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Laster JuleLyder");
    }
