.nav-item {
  border-bottom:1px solid transparent;
}
.nav-item:hover {
  border-bottom:1px solid rgb(140,255,140);
}
