.animate-progress{animation:progress 3s linear forwards}@keyframes progress{0%{width:0}to{width:100%}}
