@keyframes twinkle{0%,to{opacity:.5}50%{opacity:0}}.twinkle{animation:2s infinite twinkle}svg .twinkle:first-of-type{animation-delay:0s}svg .twinkle:nth-of-type(2){animation-delay:.2s}svg .twinkle:nth-of-type(3){animation-delay:.4s}svg .twinkle:nth-of-type(4){animation-delay:.6s}svg .twinkle:nth-of-type(5){animation-delay:.8s}
