
a {
  text-decoration: none !important;
  border-bottom: none !important;
}


a:hover {
  border-bottom: 1px solid #FFD700 !important;
  transition: all 0.3s ease;
}