@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@400;500&display=swap");@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap")




span.test{-webkit-animation:glow 2s ease-in-out infinite both;animation:glow 2s ease-in-out infinite both}span.test:first-child{-webkit-animation-delay:-.2857142857s;animation-delay:-.2857142857s}span.test:nth-child(2){-webkit-animation-delay:-.5714285714s;animation-delay:-.5714285714s}span.test:nth-child(3){-webkit-animation-delay:-.8571428571s;animation-delay:-.8571428571s}span.test:nth-child(4){-webkit-animation-delay:-1.1428571429s;animation-delay:-1.1428571429s}span.test:nth-child(5){-webkit-animation-delay:-1.4285714286s;animation-delay:-1.4285714286s}span.test:nth-child(6){-webkit-animation-delay:-1.7142857143s;animation-delay:-1.7142857143s}span.test:nth-child(7){-webkit-animation-delay:-2s;animation-delay:-2s}@-webkit-keyframes glow{0%,to{text-shadow:0 0 8.3333333333px snow,0 -25px 50px tomato,-25px 25px 50px #ff0,25px 25px 50px tomato}33%{text-shadow:0 0 8.3333333333px snow,0 -25px 50px cyan,-25px 25px 50px tomato,25px 25px 50px cyan}66%{text-shadow:0 0 8.3333333333px snow,0 -25px 50px #ff0,-25px 25px 50px cyan,25px 25px 50px #ff0}}@keyframes glow{0%,to{text-shadow:0 0 8.3333333333px snow,0 -25px 50px tomato,-25px 25px 50px #ff0,25px 25px 50px tomato}33%{text-shadow:0 0 8.3333333333px snow,0 -25px 50px cyan,-25px 25px 50px tomato,25px 25px 50px cyan}66%{text-shadow:0 0 8.3333333333px snow,0 -25px 50px #ff0,-25px 25px 50px cyan,25px 25px 50px #ff0}}