i.social {
    margin: 0px 30px;
    transition: all 0.2s ease-in-out;
}

i.social:hover{
  transform: scale(1.1);
}
