/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background: rgb(204,51,153);
  background: linear-gradient(90deg, rgba(204,51,153,1) 0%, rgba(145,70,183,1) 45%, rgba(0,117,255,1) 100%);
  color: 	Indigo;
  text-align: center;
  font-size: 15px;
  font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 400;
}

a:link {
  color: purple;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: purple;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: purple;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}
hr {
  height: 2px; /* Set the height of the line */
  background: linear-gradient(to right, rgba(184,31,133,1), rgba(125,50,163,1), rgba(0,100,235,1)); /* Define the gradient colors */
  border: none; /* Remove the default border */
}
.gradient-hr {
  height: 2px; /* Set the height of the line */
  background: linear-gradient(to right, rgba(184,31,133,1), rgba(125,50,163,1), rgba(0,100,235,1)); /* Define the gradient colors */
  border: none; /* Remove the default border */
}

/* hello get out of my css pls thank u */

/*
     FILE ARCHIVED ON 23:26:11 Feb 05, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 00:23:03 Aug 18, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.445
  exclusion.robots: 0.015
  exclusion.robots.policy: 0.008
  esindex: 0.01
  cdx.remote: 45.736
  LoadShardBlock: 100.907 (3)
  PetaboxLoader3.datanode: 88.816 (4)
  PetaboxLoader3.resolve: 130.588 (2)
  load_resource: 124.673
*/