.progress-container {
    width: 320px;
    margin: 50px 12.5%;
    font-family: Arial, sans-serif;
    padding-top: 200px;
}

.progress-label {
    margin-bottom: 6px;
    font-size: 14px;
    color: #333;
}

.progress-bar {
    width: 100%;
    height: 14px;
    background-color: #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background-color: #0073e6;
    border-radius: 8px;
}