#shooter{position:absolute;bottom:95px;width:65px;height:65px;text-align:center;font-size:18px;font-weight:700;color:#000;line-height:22px;display:flex;flex-direction:column;align-items:center;justify-items:center;z-index:99}#gun{width:60px;height:40px;border-radius:20%}.enemy-body{display:flex;flex-direction:row;max-width:220px;align-items:center;justify-content:center}.live-seed{width:23px;height:55px;display:flex;flex-direction:column;position:relative;border-radius:5px;background:linear-gradient(145deg,green,#1f5c3f)}.live-seed::before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(238,6,6,.258) 1px,transparent 1px),linear-gradient(60deg,rgba(238,6,6.25) 1px,transparent 1px),radial-gradient(circle at 5% 10%,rgba(238,6,6,.35) 0,transparent 3px),radial-gradient(circle at 95% 80%,rgba(238,6,6,.3) 0,transparent 4px),radial-gradient(circle at 50% 100%,rgba(238,6,6,.4) 0,transparent 3px);background-size:40px 40px,50px 50px,15px 15px,25px 25px,20px 10px;mix-blend-mode:multiply;opacity:.3;pointer-events:none}.arm{position:fixed;width:15px;height:15px}.left-arm::before{content:"";position:absolute;left:-15px;width:14px;height:3px;background-image:linear-gradient(to left,green,#ff0);border-radius:15%}.left-arm::after{content:"";position:absolute;left:-15px;top:2px;width:3px;height:15px;background-image:linear-gradient(to bottom,#ff0,red,pink);border-radius:15%;animation:armMove 1s linear infinite alternate}.right-arm::before{content:"";position:absolute;left:16px;width:12px;height:3px;background-image:linear-gradient(to right,green,#ff0);border-radius:15%}.right-arm::after{content:"";position:absolute;left:27px;top:2px;width:3px;height:15px;background-image:linear-gradient(to bottom,#ff0,red,pink);border-radius:15%;animation:armMove 1s linear infinite alternate-reverse}@keyframes armMove{0%{background-image:linear-gradient(to bottom,#ff0,red,pink);transform:translateY(0)}100%{background-image:linear-gradient(to top,#ff0,red,pink);transform:translateY(-100%)}}.cluster{position:absolute;display:flex;flex-direction:row;align-items:center;max-width:180px;min-width:22px;overflow:hidden;border-radius:5px}.enemy-head{width:19px;height:28px;background-color:orange;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:20%;position:relative;margin-bottom:1px}.enemy-eye{width:10.5px;height:15px;background-color:gray;border-radius:50%;background-image:radial-gradient(black,pink,red)}@keyframes closeLid{0%{height:13px;background-image:radial-gradient(black,pink,red)}100%{height:2px;background-image:radial-gradient(black,pink)}}.enemy-mouth{margin-bottom:-3px;font-size:13px;font-weight:700;color:#000;transition:color .5s ease-in-out}.enemy-nose{height:17px}.projectile{position:fixed;width:6px;display:flex;flex-direction:column}.egg{width:6px;height:11px;border-radius:30%;background-image:linear-gradient(to bottom,red,gold);margin-bottom:1.5px}.rash{opacity:80%;width:5px;height:10px;border-radius:30%;margin-bottom:1px;background-color:#484848;border:2px groove #f08080}.target-body{position:space-in-between;display:flex;flex-direction:row;max-width:200px;align-content:center;justify-content:center}.pip{position:relative;width:5px;height:6px;background-color:gold;border-radius:50%;border:.1px groove #2f4f4f}.blackHole{opacity:80%;position:absolute;width:5px;height:6px;background-color:#000;border-radius:50%;border:1px groove #f08080;z-index:199}#shooter-chamber{width:58px;height:33px;background-color:rgba(0,0,0,0);margin-left:7px}.chamber{display:grid;grid-template-columns:auto auto auto auto auto;grid-template-rows:auto auto}.chamberEgg{position:relative;width:5.5px;height:7.5px;background-color:gold;border-radius:50%}