body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url('https://immich.kragleh.com/api/assets/1db4a2e4-6546-4fe3-afa2-05a2bf4f12e7/thumbnail?slug=lilo&size=preview&c=HNcJNQZUlT9lSGapiZeJmYV%2FZvho&edited=true') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    /* Keeps the gorgeous glass-morphism blur and readability contrast */
    filter: blur(8px) brightness(0.8);
    transform: scale(1.05); 
}

body {
    background: transparent !important;
}