@keyframes progress-bar{0%{width:0%}20%{width:30%}50%{width:60%}80%{width:85%}to{width:95%}}.animate-progress-bar{animation:progress-bar 2s ease-out forwards}
