/* Style all font awesome icons */
.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
  }
  
  /* Add a hover effect if you want */
  .fa:hover {
    opacity: 0.7;
  }
  
  /* Set a specific color for each brand */
  
  /* Facebook */
  .fa-facebook {
    background: #3B5998;
    color: white;
  }

  /* Instagram */
  .fa-instagram {
    background: #3f729b;
    color: white;
  }
  
  /* LinkedIn */
  .fa-linkedin {
    background: #0072b1;
    color: white;
  }
  

  /* Twitter */
  .fa-twitter {
    background: #55ACEE;
    color: white;
  }

  /* YouTube */
  .fa-youtube {
    background: #FF0000;
    color: white;
  }

  /* Behance */
  .fa-behance {
    background: #053eff;
    color: white;
  }

 
  /* Dribble */
  .fa-dribbble {
    background: #ea4c89;
    color: white;
  }

  
  