@keyframes progressBar{0%{width:0}50%{width:70%}to{width:100%}}.animate-progressBar{animation:progressBar 2s ease-in-out infinite}
