.hover-effect:hover
{
    filter: brightness(120%);
    transition: all .5s ease;
}

.clickable
{
    cursor: pointer;
}