.facebook {
  background-color: #3b5998 !important;
}

/* Twitter */
.twitter {
  background-color: #55acee !important;
}

/* YouTube */
.youtube {
  background-color: #dd4b39 !important;
}

/* Instagram */
.instagram {
  background-image: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}

/* GitHub */
.github {
  background-color: #333333 !important;
}

/* TikTok */
.tiktok {
  background-color: #000000 !important;
}
