.progress-container{width:100%;height:3px;background-color:transparent;overflow:hidden}.progress-bar{height:100%;background-color:#1976d2;animation:loadProgress 2.5s linear forwards}@keyframes loadProgress{0%{width:0}to{width:100%}}