body{
    background-color: #f2f2f2;
    color:#fff;
    overflow-y: auto;
}

nav {
    background-color: white !important;
}

.black {
    background-color: black !important;
    color: white !important;
}

nav a {
    color: black !important;
}

