body{
    background:#111;
}

.logo{
    max-width:220px;
}

.card-live{

    border-radius:20px;

    border:0;

    box-shadow:0 0 20px rgba(255,255,255,.15);

}

.song-title{

    font-size:3rem;

    font-weight:bold;

}

.author{

    font-size:1.5rem;

    color:#666;

}

.instrument{

    font-weight:bold;

    color:#0d6efd;

}

.instrument{

    margin-top:20px;

    color:#0d6efd;

    font-weight:bold;

    border-left:4px solid #0d6efd;

    padding-left:10px;

}

#musicisti{

    font-size:1.15rem;

    color:#333;

}