@keyframes progress{0%{width:5%}50%{width:70%}to{width:95%}}.animate-progress{animation:progress 3s ease-in-out infinite}