.fireflies-container{bottom:0;height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;width:100%;z-index:-1}.firefly{animation:flyUp linear forwards;background:radial-gradient(circle,var(--color-text-color) 30%,transparent 70%);border-radius:50%;height:6px;opacity:0;position:absolute;width:6px}@keyframes flyUp{0%{opacity:0;transform:translateY(0) scale(.6)}10%{opacity:1}50%{opacity:.8}to{opacity:0;transform:translateY(-50vh) scale(.3)}}
