.href-block {
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
}

.href-block:hover {
  opacity: 0.8;
}
