* { pointer-events: none; } body { background: #101010; margin: 0; width: 100%; height: 100%; overflow: hidden; } .container { position: absolute; height: 100%; width: 100%; } .container div { position: absolute; background: #9CEE02; width: 30px; height: 30px; border-radius: 100%; box-shadow: "0px 0px 4px 0px #9CEE02"; }