#cursor {
  width: 30px;
  height: 30px;
  background: red;
  border-radius: 50%;
  position: absolute;
  pointer-events: none;
  transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1);
}


body{
  margin: 0;
  cursor: none;
}