.myStaffBtn{
    cursor: pointer;
}

.myStaffBtn:hover{
    background: #e6e6e6;
}

.imgWithLink{
    cursor: pointer;
}