a {
  color: #fff;
  text-decoration: underline;
}

a:hover {
  color: #fff;
  text-decoration: unset;
}
