.cursor-pointer{
    user-select: none;
    cursor: pointer;
}

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