

.youtube_social a,.sound_sound_api a {
    border: 2px solid #5b5846;
    padding: 7px 12px;
    color: #323026;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 109%;
    transition: 0.3s all ease-in;
}

.youtube_social a i,.sound_sound_api a i {
    margin: 2px 4px;
    font-size: 130%;
}

.youtube_social a:hover {
    border-color: #FF0000;
    background: #FF0000;
    color: white;
    text-decoration: none;
}
.sound_sound_api a:hover {
   border-color: #796d59;
    background: #796d59;
    color: white;
    text-decoration: none;
}
.media_api
{
    background: #cfc9ac;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 3px 3px;
}
.sound_api , .social{
    margin: auto 2px;
}