body {
    background-color: #f1f1f1;
}
.max-page-width {
    max-width: 1500px;
}
.nav-item:hover{
    background-color: #666;
}