body {
  cursor: url('https://dr-kanan.com/img/Lab1.png') 16 16, pointer; /* Use 'pointer' for clickable elements */
}

a:hover {
  cursor: pointer; /* Ensures the pointer cursor appears when hovering over links */
}