/* Style all font awesome icons */
.fa {
  padding: 10px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.9;
  color: black;
  background: inherit;
  scale:1.5;
}

/* Set a specific color for each brand */

/* Twitter c72766 */
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-whatsapp {
  background: #49c155;
  color: white;
}
.fa-instagram {
  background: #c72766;
  color: white;
}
