/* This is so badass! A work of art! >:-D - Jeremny the Clown */

body {
  background-color:black;
  color:var(--cyan);
  font-family: cursive;
}

:root {
    
    --red: #ff0000;
    --orange: #f97800;
    --yellow: #ffd800;    
    --green: #259a25;
    --mint: #56e2b1;
    --teal: #00998d;
    --cyan: #29c9e5;
    --blue: #0026ff;
    --indigo: #32108a;
    --purple: #b200ff;
    --pink: #ff55cc;
    --black: #000000;
    --gray: #797979;
    --white: #ffffff;
    --brown: #92501c;
    --biege: #ffeb87;
    
}


a:link, a:visited {
  color:var(--white);
  font-weight:bold;
}

.staytuned {
  color:var(--red);
  font-family:serif;
}