What is the correct syntax for changing the cursor from an arrow to a pointing hand when it interacts with a named element?
.element {cursor: move-hand;}
.element {cursor: hand;}
.element {cursor: pointer;}
.element {cursor: pointer-hand;}