Skip to main content
GameplayHD Links
GameplayHD auf Social Media
.light {
position: fixed;
width: 120px;
height: 120px;
background: radial-gradient(circle, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 70%);
pointer-events: none;
transform: translate(-50%, -50%);
border-radius: 50%;
z-index: 9999;
transition: left 0.05s ease, top 0.05s ease;
}