a {
    text-decoration: none;
}

a:hover {
  text-decoration: none; /* Add underline on hover */
  font-weight: bold;
}
