.anchor-link {
  cursor: pointer;
  transition: opacity .2s ease;
}

.anchor-link:hover {
  opacity: .6;
}

