.player-container {
    margin-bottom: 20px;
}
.controls button {
    margin-right: 5px;
}
.progress-bar {
    width: 100%;
    height: 10px;
    background-color: hsl(257, 14%, 90%);
    position: relative;
    margin: 10px 0;
}

.playPauseBtn {
    width: 40px; 
    height: 40px; 
    background-image:url(../media/image/fondopm.png);
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    border: none; 
    border-radius: 50%; 
    cursor: pointer; 
    outline: none; 
}

.muteBtn {
    width: 40px; 
    height: 40px; 
    border: none; 
    background-image:url(../media/image/fondopm.png);
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    border-radius: 50%; 
    cursor: pointer; 
    outline: none; 
}

.progress {
    height: 100%;
    background-color: #0196b6;
    width: 0;
}
.time-info {
    display: flex;
    justify-content: space-between;
}