.progress-container{width:100%;background-color:#ddd;border-radius:5px;overflow:hidden}.progress-bar{width:0;height:10px;background:linear-gradient(310deg,#2e7d32,#4caf50);text-align:center;line-height:10px;color:#fff;animation:fill 2s linear forwards}@keyframes fill{0%{width:0}to{width:100%}}