    .dot {
      position: fixed;
      width: 8px;
      height: 8px;
      background: #e91e63;
      border-radius: 50%;
      transform: translate(-50%, -50%);
	  transition:background 3s ease-in-out;
      pointer-events: none;
      z-index: 999999;
    }

 #mouse-canvas{
	position:fixed;
	z-index:99999;

	pointer-events:none;
	
 }