/** PERSONAL **/
/* Style all font awesome icons */
.fa {
  padding: 20px;
  font-size: 40px;
  width: 30px;
  text-align: right;
  text-decoration: none;
  margin: 5px 5px;
  border-radius: 30%;
}

/* 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;
}

.fa-instagram {
  background: #125688;
  color: white;
}