.logo {
    width: 145px; height: auto;
    margin: 10px 0px 0px 0px;
}

.contacts a img {
    width: 20px; height: 20px;
}

.musicBox .cover {
    width: 59px; height: 59px;
}

.btnMusicBox img {
    width: 30px; height: 30px;
    transition: transform 0.2s ease;

    filter: invert(1);
}

.btnMusicBox img:hover {
    transform: scale(0.90);
}