.progress{animation:growWidth 6s forwards,flickerColor 1.2s ease-in-out infinite;border-radius:3px;height:100%;width:0}@keyframes growWidth{0%{width:0}to{width:100%}}@keyframes flickerColor{0%,to{background-color:var(--blue-200)}50%{background-color:var(--blue-300)}}
