.nav-bar{
    background-color: blue;
    
}

.nav-bar-link{
    color: red;
}

body{
    background-color: orange
}