.help {
  cursor: help;
}

.grab {
  cursor: grab;
}

.grabbing {
  cursor: grabbing;
}

.pointer {
  cursor: pointer;
}