.sociallink .socialimage {

  transition: transform 0.3s ease; /* Controls the speed and smoothness */
}

.sociallink:hover .socialimage {
 transform: scale(1.5);
}
