.brand-link:hover,
.nav-link:hover {
    color: orange;
}

.nav-link-account:hover {
    background-color: orange;
    color: white;
}