/* Style all font awesome icons */
.fa {
    padding: 10px;
    font-size: 20px;
    width: 40px;
    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-github {
    background: #272a33;
    color: white;
  }
  
  /* Twitter */
  .fa-linkedin {
    background: #0e76a8;
    color: white;
  }