body {
    background-color: #384c92;
}

.bg-music {
    background: url(../img/music-background.webp);
    background-attachment: fixed;
    -webkit-background-size: 10%;
    -moz-background-size: 10%;
    -o-background-size: 10%;
    background-size: 10%;
    background-color: #384c92;
    background-position: center;
    background-repeat: no-repeat;
}

.vcard {
    background-color: #384c92;
    color: #d7dbe9;
}

.btn-custom, .btn-custom:focus, a {
    color: #9ba5c8;
    background-color: transparent;
    border-color: transparent;
    font-size: 2rem;
}

.btn-custom:hover, a:hover {
    color: #d7dbe9;
    background-color: transparent;
    border-color: transparent;
}

img.portrait, img.instruments {
    height: 6rem;
}

.music-title {
    color: #d7dbe9;
}