.container{text-align:center;width:100%}.progress2{background:#fff;border:1px solid #f0f0f0;border-radius:3px;padding:1px}.progress-bar2{background-image:linear-gradient(180deg,hsla(0,0%,100%,.3),hsla(0,0%,100%,.05));border-radius:3px;height:30px;transition:.1s linear;transition-property:width,background-color}#currentNumberSignups2{color:#fff;font-family:Montserrat,sans-serif;font-size:.9em;font-weight:600;letter-spacing:1px}.progress-moved .progress-bar2{animation:progressAnimation 2s;background-color:#6c0;width:var(--goalPercentage)}@keyframes progressAnimation{0%{background-color:#f9bcca;width:5%}to{background-color:#6c0;width:var(--goalPercentage)}}