body {
  background-color: #21214A;
  background-image: url(/gifs/skybg.gif);
  color: white;
  font-family: Verdana;
  text-align: center;
  vertical-align: baseline;
  cursor:url(/gifs/cursor.gif), url(/gifs/cursor.gif), auto;
}

html, body {
    height: 100%;
    width: 100%;
    padding: 0; margin: 0;
}

/* gif is from https://web.archive.org/web/20090831165548/http://geocities.com/~dhammack/skybg.gif */

img {
  max-width: 100%;
  height: auto;
}

a {
 color:  #fec0c6;
}

/*stole the below a: stuff from freecodecamp lololol thnx */

 a:link {
      text-decoration: none;
}

a:visited {
      text-decoration: none;
}

a:hover {
      text-decoration: none;
}

a:active {
      text-decoration: none;
}

#pixel {
    image-rendering: optimizeSpeed;
}