*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.social{
     position: fixed;
     left:0;
     top: 210px;
     z-index: 2000;
}
.social ul{
    list-style:none;
}
.social ul li a  {
    display: inline-block;
    color:#fff;
    background: #000000;
    padding: 10px 15px;
    text-decoration: none;
}
a.fab.fa-facebook{
    background:#3b5998 ;
    font-size: 17px;
}
a.fab.fa-twitter{
    background: #00abf0;
    font-size: 15px;
}

a.fab.fa-linkedin{
    background:rgb(0, 115, 176);
    font-size: 17px;
}
a.fab.fa-whatsapp{
    background: #29ab3e;
    font-size: 17px;
}
a.far.fa-envelope{
    background: #666666;
    font-size: 15px;
}
.social ul li a:hover{
    padding: 10px 30px;
    background: #000000;
}