.fa {
    padding: 10px 10px 10px 10px;

    text-align: center;
    text-decoration: none;
    margin: 5px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    
  }
 
  
   .fa:hover {  
      transform: rotate(360deg);
  }

  
  .fa-facebook {
    background: #3B5998;
    color: white;
    background-image: url(../img/social/facebook.png);
    background-repeat: no-repeat;
  }
  
  .fa-twitter {
    background: #55ACEE;
    color: white;
    background-image: url(../img/social/twitter.png);
    background-repeat: no-repeat;
  }
  
 
  
  .fa-linkedin {
    background: #007bb5;
    color: white;
    background-image: url(../img/social/linkedin.png);
    background-repeat: no-repeat;
  }
  
  .fa-youtube {
    background: #bb0000;
    color: white;
    background-image: url(../img/social/youtube.png);
    background-repeat: no-repeat;
  }
  
  .fa-instagram {
    background: #125688;
    color: white;
    background-image: url(../img/social/instagram.png);
    background-repeat: no-repeat;
  }
  
  .fa-pinterest {
    background: #cb2027;
    color: white;
    background-image: url(../img/social/pinterest.png);
    background-repeat: no-repeat;
  }
  
  .fa-facebook:hover{
    background-image: url(../img/social/facebook.png);
  }
  .fa-instagram:hover{
    background-image: url(../img/social/instagram.png);
  }
  .fa-youtube:hover{
    background-image: url(../img/social/youtube.png);
  }
  .fa-pinterest:hover{
    background-image: url(../img/social/pinterest.png);
  }
  .fa-twitter:hover{
    background-image: url(../img/social/twitter.png);
  }
  .fa-linkedin:hover{
    background-image: url(../img/social/linkedin.png);
  }
  