/* Style all font awesome icons */
.fa {
    margin: auto;
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    border-radius: 10%;
}

/* Facebook */
.fa-instagram {
    background: #521512;
    color: #e0e1dc;
}

/* Facebook */
.fa-linkedin {
    background: #521512;
    color: #e0e1dc;
}
/* Email */
.fa-envelope {
    background: #521512;
    color: #e0e1dc;
}

.img {
    border-radius: 2%;
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
}

.social {
    display: flex !important;
    padding: 5px 5px 5px 5px;
    justify-content: center !important;
    box-sizing: border-box;
}