/* You can add global styles to this file, and also import other style files */
a:link{
    color:white;
}

a:visited{
    color:yellow;
}
a:hover{
    color:yellow;
}
a:focus{
    color:yellow;
}
a:active{
    color:yellow;
}

navbar-nav .nav-link:hover {
color: yellow !important;
}