/* Add custom CSS styles below */ 

body {
    background-color: #f0f0f0 !important;
}
content-grid {
    background-color: #f0f0f0 !important;
}
@media (max-width: 768px) {
    .navbar-brand {
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
    }

    .navbar-brand img {
        width: 200px !important;
        height: 200px !important;
    }
}
#mainnav {
    background-color: #f0f0f0 !important;
}