body {
background: #000000;
background: linear-gradient(2deg, rgba(0, 0, 0, 1) 0%, rgba(31, 31, 31, 1) 49%, rgba(0, 0, 0, 1) 100%);
  color: white;
  font-family: Comic;
  cursor: url(https://cur.cursors-4u.net/cursors/cur-11/cur1054.cur), auto
}

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

a {
            text-decoration: none;
      color: #333;
      font-weight: bold;
      padding: 8px 12px;
      border-radius: 6px;
      transition: background-color 0.3s;
      font-size: 24px;
      margin-bottom: 20px;
      cursor: url(https://cur.cursors-4u.net/cursors/cur-11/cur1049.cur), auto
}