body {

}

.screen_messengers {
    position: relative;
    height: 64px;
    font-family: OpenSans;
    font-size: 18.62px;
    color: white;
    margin: 4px;
    cursor: pointer;
    display: inline-block;
}



    .screen_messengers > a {
        height: 100%;
    }

    .whats_app {
        background: #34ba46;
    }

    .viber {
        background: #8f5db7;
    }

    .vk {
        background: #5783b6;
    }

    .telegram {
        background: #0487d9;
    }

    .facebook {
        background: #3b5998;
    }

    .skype {
        background: #03a9f4;
    }

.line {
    background: #00C300;
}

.wechat {
    background: #7BB32E;
}

.discord {
    background: #7289DA;
}

.icq {
    background: #81C003;
}

.qq {
    background: #12B7F5;
}
.github{
    background: #171515;
}