.progress-header{margin-top:20px;text-align:center}.progress{background:#771936;border:1px solid #771936;border-radius:15px;height:12px;position:relative;width:100%}.progress .color{animation:progres 10s linear normal forwards;background-color:#fff;border-radius:15px;height:10px;position:absolute;width:0}@keyframes progres{0%{width:0}25%{width:50%}50%{width:75%}75%{width:85%}to{width:100%}}