/* social */
.fa {
    padding: 1em;
    font-size: 55px;
    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 {
    color: white;
}


/* Twitter */
.fa-twitter {
    color: white;
}