.instagram {
  color: white !important;
}

.linkedin {
  color: white !important;
}

.github {
  color: white !important;
}

.twitter {
  color: white !important;
}

.codechef {
  color: white;
}

.facebook {
  color: white;
}

.instagram:hover {
  background: linear-gradient(
    45deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  ) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 6px;
  color: white;
}
.github:hover {
  color: grey !important;
  font-weight: 800;
}
.linkedin:hover {
  color: #0077b5 !important;
}
.facebook:hover {
  color: #3b5998 !important;
}
.twitter:hover {
  color: #00acee !important;
}
.codechef:hover {
  color: lightsalmon;
}

.opaque {
  opacity: 1 !important;
}
