#progressbar{background:hsla(0,0%,62%,.5);border-radius:10px;height:26px;left:50%;margin:-20px 0 0 -100px;padding:2px;position:absolute;top:50%;width:200px}#loading{animation:load 15s ease infinite;background:#474747;border-radius:8px;display:inline-block;height:20px;margin:3px;position:absolute;transition:all .5s ease;width:calc(100% - 10px)}#load{font-family:Arial;font-weight:700;margin-top:-30px;text-align:center}@keyframes load{0%{width:2%}10%{width:10%}}