#share{
    position:relative;
    margin: 10px -6px 43px;
}
#share img{
    position:absolute;
    cursor: pointer;
}
#share img:nth-of-type(1){
    top: -5.5px;
    left: 0;
}
#share img:nth-of-type(2){
    top: -7px;
    left: 20px;
}
#share img:nth-of-type(3){
    top: 1px;
    left: 51px;
}
#share img:nth-of-type(4){
    top: -0.2px;
    left: 72px;
}
#share img:nth-of-type(5){
    top: 1px;
    left: 93px;
}