.fa {
    padding: 20px;
    font-size: 30px;
    width: 250px;
    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-whatsapp {
    background: #05ec80;
    color: white;
    border-radius: 7px;
  }
  
  /* Twitter */
  .fa-instagram {
    background: #db952c;
    color: white;
    border-radius: 7px;
  }