.nav-link {
    text-decoration: none;
    box-shadow: none;
  }
  .nav-link:hover {
    text-decoration: underline;
  }