.progress-wrapper{background-color:#000;border-radius:15px;width:100%;height:2px;position:relative}.progress-wrapper .progress{background-color:#87dc50;border-radius:15px;width:0;height:2px;animation:1.5s linear infinite progress;position:absolute}@keyframes progress{0%{width:0%}to{width:100%}}
