    #Header, #OverFlowLinks, #LoginHeader {
        background: rgb(0, 51, 102);
    }     #HeaderNav1, #HeaderNav1 li a, #HeaderNav2 li a, #HiddenLinks li.HeaderLink a {
        color: rgb(251, 251, 251);
    }
    #HeaderNav2 li {
        border-color: rgb(251, 251, 251);
    }
    #HeaderNav1 li.UploadButton a {
        color: #FFFFFF;
    }     #SearchBox, #HomeSiteText.dashtext, .HomePanelIN, #BrowseBar, #NewsPanel.BasicsBox, #remote_assist #SearchBoxPanel,
    .SearchBarTab.SearchBarTabSelected {
        background: rgba(81, 81, 81, 0.7);
    } <style>
/* Remove the full-screen background image */
body.CollectionsFeatured,
body {
    background-image: none !important;
    background-color: #f4f4f4 !important; /* A light grey background */
}

/* Style the description box we added to PHP */
.BasicsBox.FeaturedCollectionDescription {
    background: #ffffff !important;
    padding: 25px !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
    margin: 20px 0 !important;
    font-family: var(--font-family) !important;
}

.BasicsBox.FeaturedCollectionDescription p {
    color: #333333 !important;
    margin: 0;
}
</style>
