.fa {
    padding: 10px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    box-sizing: border-box;
}

.socialMediatdStyle {
    width: 33.33%;
}

.copyWritetdStyle {
    width: 33.33%;
    font-size: 10px;
    vertical-align: bottom;
}

.linkstdStyle {
    width: 33.33%;
}

.emptytdStyle {
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}


.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

.fa-pinterest {
    background: #cb2027;
    color: white;
}

.fa-flickr {
    background: #f40083;
    color: white;
}

/**, ::after, ::before {
    box-sizing: border-box;
}*/
