.nav-link
{
  color: white;
}
.nav-link:hover
{
  color: rgb(136, 136, 136);
}
.nav-link:focus
{
    color: white;
}