#cursor {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ccc;
  pointer-events: none;
}

#body {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ccc;
  pointer-events: none;
  transform: translate(-50%, -50%);
}