/* Kitti's Forest Background Override */
body {
    background-image: url('/static/background_forest.jpg') !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

body[data-background="forest_clearing"],
body[data-background="sunlight"],  
body[data-background="peaceful"],
body[data-background="kitti_forest"] {
    background-image: url('/static/background_forest.jpg') !important;
}