#cursorMagic{
	/* backdrop-filter: brightness(1.3);
	-webkit-backdrop-filter: brightness(1.3); */
	/* background-color: rgba(255,255,255,0.1); */
	box-shadow: 0 0 30px rgba(0,0,0,0.5);
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	border: 1px solid rgba(255,255,255,0.2);
	pointer-events: none;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.3s ease;
}
