@media(max-width: 600px) {
    body {
        background: url('../images/pattern-background-mobile.svg') center center no-repeat;
        background-size: cover;
    }
    .card-cont {
        width: 345px;
    }
    
    .cont .card-cont .img {
        width: 345px;
    }
    
    .cont .informacoes p {
        font-size: 18px;
    }

    .cont .card-musica {
        width: 260px;
    }

    .cont .decoração-butao {
        width: 280px;
    }
}