body {
  background: #00ff22;
  background: linear-gradient(0deg, rgba(0, 255, 34, 1) 0%, rgba(0, 153, 36, 1) 49%, rgba(24, 153, 39, 1) 100%);
  color: white;
  font-family: Comic;
  cursor: url(https://cur.cursors-4u.net/mechanics/mec-5/mec424.cur), auto

}

div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
}

a {
    cursor: url(https://cur.cursors-4u.net/mechanics/mec-5/mec414.cur), auto
}