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