#n-lder {
    background: #f0f0f0 !important; /* Set a background color */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-family: sans-serif !important;
    color: #333 !important;
    content: "Loading your files..." !important;
}

/* Hide the actual image/animation */
#n-lder img, #n-lder canvas, #n-lder svg {
    display: none !important;
}