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