.social {
   
  transition: width 1s, height 1s, transform 1s;
   
  }
  
  .social:hover {
   
    transform: rotate(180deg);
    box-shadow: 1px 1px 15px 1px rgba(196,255,214,1);		 
    border-radius:25px;
     
  }

   tr
   {
    height:20px;
   }