.social-facebook {
    color: #4267B2;
}

.social-instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    /*background-attachment: fixed;*/
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    padding: 1px 0 0 1px;
}

.social-youtube {
    color: #FF0000;
}

.social-linkedin {
    color: #2867B2;
}