#app-main-nav {
    background-color: rgb(41, 77, 110);
    font-size: 1.2rem; 
}

.nav > li > a:hover {
    color: white !important;
}
