.clickable-element{}

.clickable-element:hover{
  cursor: pointer;
  opacity: 0.8;
}


