html, body {
  cursor: none !important; 
}

.custom-cursor {
    position: absolute;
    width: 40px;
    height: 50px;
    background-image: url('/paws/cat_paw_v1.png'); 
    background-size: cover;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 9999;
}