/*This is for the GTA VI LEAK joke, where I pretend to have a copy of unreleased DLC for GTA VI and if I program my JS right, 
it will lead to either You've Been Trolled or Rick Asley's Never Gonna Give You Up. This is why the font family is Comic Sans and the colors are REALLY BRIGHT COLORS that will
not be great for your eyes. Please don't sue me Rockstar.*/
@font-face {
  font-family: Comic;
  src: url(ComicSansMS.ttf);
}
body {
  background-color: DeepPink;
  color: Cornsilk;
  font-family: Comic;
}