body { 
    background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url('bg-doodle-v2.png') no-repeat center center fixed !important; 
    background-size: cover !important;
} 
body.dark { 
    background: linear-gradient(rgba(10, 15, 25, 0.85), rgba(10, 15, 25, 0.85)), url('bg-doodle-v2.png') no-repeat center center fixed !important; 
    background-size: cover !important; 
} 
body::before, body::after, .bg-pattern, .floating-food { 
    display: none !important; 
}

