#progress-container {
    width: 100%;
    background: #e0e0e0;
    border-radius: 4px;
    margin-top: 10px;
}

#progress-bar {
    height: 20px;
    background: #4CAF50;
    text-align: center;
    line-height: 20px;
    color: white;
    width: 0%;
    border-radius: 4px;
}
