.progress-bar {
    height: 20px;
    background: #007AFF;
    box-shadow: 2px 14px 15px -7px rgba(30, 166, 250, 0.36);
    border-radius: 3px;
    transition: all 0.5s;
}

.progress-bar-container {
    width: 140px;
    margin: auto;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.progress-bar-container h2 {
    margin-bottom: 20px;
}

.progress-bar-container .progress {
    margin: auto;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: start;
    background: #E5E5EA;
    border-radius: 3px;
}
