a.link {
    text-decoration: none;
}

.link.facebook {
    background-color: #097EEB;
    color: white;
    font-size: 20px;
    font-weight: 400;
}

.link.google {
    background-color: #EA4335;
    color: white;
    font-size: 20px;
    font-weight: 400;
}

.link.linkdin {
    background-color: #0077B5;
    color: white;
    font-size: 20px;
    font-weight: 400;
}

i.fab {
    margin-right: 10px;
    font-size: 20px;
    font-weight: 100;
}