.circle-animation{animation:circle-spin 10s linear infinite}@keyframes circle-spin{0%{stroke-dashoffset:158}to{stroke-dashoffset:60}}.fadeInOut{animation:fadeInOut 10s ease-in-out infinite}@keyframes fadeInOut{0%{opacity:0}10%{opacity:1}90%{opacity:1}to{opacity:0}}
