a,
button {
  transition: opacity 0.3s ease;
  cursor: pointer;
}
a:hover,
button:hover {
  opacity: 0.6;
}
button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
