a {
  text-decoration: none;
  border-bottom: 0.5px solid rgba(255, 255, 255, 1);
  transition: border-bottom 0.3s ease;
  color: inherit;
}

a:hover {
  border-bottom: 0 solid transparent;
}