/*font*/

@font-face {
  font-family: "Nintendo-DS-BIOS";
  src: url(https://dl.dropbox.com/s/vlxjtnvrl9s0snp/Nintendo-DS-BIOS.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "pixel";
  src: url(https://dl.dropbox.com/s/kmhe7d3n18vdz5e/w95fa.woff?dl=0);
  font-weight: normal;
  font-style: normal;
}


/*tag*/

a:link {
  color: rgb(185, 185, 185);
  text-decoration: none;
}

a:visited {
  color: rgb(187, 145, 197);
  text-decoration: none;
}

a:hover {
  color: rgb(222, 105, 238);
  text-decoration: underline;
}

a:active {
  color: rgb(183, 0, 255);
  text-decoration: underline;
}

      body {
        background-color: floralwhite;
        font-family: Nintendo-DS-BIOS;
      }
      h1,h2 {
        color: darkorchid;
        font-family: pixel;
        }
        
ul {
  list-style-image: url(https://i.imgur.com/HMrQ3dt.gif);
}
        
/*.tag*/

::selection {
  /* Change highlight background color */
  background: #aaaaaa;
  /* Change highlight text color */
  color: #ffffff;
}

/*#tag*/