a.nav-link:hover {
    color: #198754;
    background-color: #E8F5E9;
    padding-left: 5px;
    padding-right: 5px;
    transition: 0.3s;
  }

