
.nav-link :hover {
  transition: transform 0.3s ease-in-out;
  
  background-color: white;
  color: #0056b3;
  text-decoration: none;
}

