* {
  margin: 0;
  padding: 0;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover {
  text-decoration: none;
}
 
/*# sourceMappingURL=style.css.map */

.instagram-color {
  /* Fallback color for older browsers */
  color: #833AB4;

  /* Apply the gradient background */
  background: linear-gradient(to right, #833AB4, #FD1D1D, #FCB045);

  /* Clip the background to the text (the icon) */
  -webkit-background-clip: text; /* For Safari/Chrome */
  background-clip: text;

  /* Make the text transparent so the background shows through */
  color: transparent;
}
