.level-container {
    position: absolute;
    text-align: center;
    margin: 10px auto;
    width: 40%;
    left: 35%;
}

.progress-bar {
    width: 100%;
    height: 30px;
    background: #ffef102c;
    border: 1px solid rgb(116, 115, 114) ;
    /* border-radius: 10px; */
    overflow: hidden;
    /* position: relative; */
}

#progressFill {
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, #ffcc00, #ff6600);
    transition: width 0.3s ease-in-out;
}
