 html:hover{
     cursor: url("./cursor-pointer.png"),auto;
 }
 html:active{
     cursor: url("./cursor-active.png"), pointer;
 }