/* Change the background color */
.wy-nav-content {
    max-width: 1500px !important;
    background-color: white !important;
}

/* Change the search bar background color */
.wy-side-nav-search {
    background-color: #005B7F; 
}

/* Change the directory background color*/
.wy-nav-side {
    background-color: #E5EEF2; 
}

/* Change the text color to black */
.wy-menu-vertical a {
    color: #000000; 
}
