body {
  background: #ff0000;
  background: linear-gradient(0deg, rgba(255, 0, 0, 1) 0%, rgba(153, 0, 0, 1) 49%, rgba(153, 24, 24, 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
}
