
	/* stile del cursore 

		/*cursore*/
		.circle {
			height: 20px;
			width: 20px;
			border:1px solid rgb(20, 111, 75);
			border-radius: 50%;
		  position: absolute;
		  
		}