body {
  cursor: none;
  overflow: hidden;
}

.cursor {
  width: 10px;
  height: 10px;
}

.cursor img {
  width: 10px;
  height: 10px;
  position: absolute;
  top: -250px;
  left: -10px;
  pointer-events: none;
}