// Hayy what r u doin {}
/*
a {text-decoration:none;}
a:link {color:black;}
a:visited {color:black;}
a:active {color:black;}
a:hover {color:red;}
*/

#banner2 {
  width:100%;
  visibility:hidden;
  position:fixed;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  font-family: verdana, sans-serif;
}

#banner2 a {
  color: black;
  text-decoration: none;
}

#banner2 a:hover, #banner2 a:active {
  color: red;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(180deg,#f35626,#feab3a);
  -webkit-animation: rainbow .25s infinite linear;
}

#banner2 a:link, #banner2 a:visited {
  color: black;
}


#banner {
  width:100%;
  visibility:hidden;
  position:fixed;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  font-family: verdana, sans-serif; 
}

#banner a {
  color: black;
  text-decoration: none;
}

#banner a:hover, #banner a:active {
  color: red;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(180deg,#f35626,#feab3a);
  -webkit-animation: rainbow .25s infinite linear;
}

#banner a:link, #banner a:visited {
  color: black; 
}

#follow a {
  color: black;
  text-decoration: none;
}

#follow a:link, #follow a:visited {
  color: black;
}

#follow a:hover, #follow a:active {
  color: red;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(180deg,#f35626,#feab3a);
  -webkit-animation: rainbow .25s infinite linear;
}

@-webkit-keyframes rainbow {
  from {
    -webkit-filter: hue-rotate(0deg);
  } to {
    -webkit-filter: hue-rotate(360deg);
  }
}
