img {
    width: 450px;
    height: 300px;
    max-width: 100%;
}

.descricao {
    width: 300px;
    max-width: 100%;
}

h3 {
    margin-bottom: 5px;
    color: rgb(189, 189, 189);
}
h5 {
    color: rgb(177, 174, 174);
}

.duracao {
    width: 450px;
    margin-top: 25px;
    max-width: 100%;
}

.barra {
    width: 450px;
    height: 6px;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
}

progress {
    height: 6px;
    width: 0%;
    background-color: #ddd;
    border-radius: 5px;
}


.tempo {
    display: flex;
    width: 450px;
    justify-content: space-between;
    color: #ddd;
    max-width: 100%;
}

.player {
    width: 450px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 15px;
    max-width: 100%;
}

.botao-play, .botao-pause {
    font-size: 50px;
    cursor: pointer;
    color: #ddd;
}

.setas {
    font-size: 40px;
    cursor: pointer;
    color:#ddd ;
}

.botao-pause {
    display: none;
    color: #ddd;
}