a, button {
  cursor: pointer !important;
}

.link:hover {
  text-decoration: underline;
  cursor: pointer;
  opacity: 0.8;
}
