a {
  color: var(--bs-secondary);
  text-decoration: none;
  transition: all .2s;
}

a:hover {
  color: var(--bs-secondary);
}

