      html {
        background-image: url(http://i.imgur.com/Cp2w8xe.png);
        background-color: #000;
        min-height: 100vh;
      }
      @font-face {
        font-family: "ProFont";
        src: url(profont.woff);
      }
      * {
        font-family: ProFont, serif !important;
      }
      body {
        background-color: rgba(0,0,0,0.75);
        text-align: center;
        font-size: 1.5em;
        color: yellow;
        min-height: 100vh;
      }
      a, a:visited {
        font-size: 1.2em;
        color: #0F0;
      }
      a:hover {
        font-size: 1.2em;
        text-decoration: underline;
        background:transparent;
        color: #8F8;
      }
      b, h2 {
        font-weight: normal;
        color: rgb(254,109,45);
      }
      html body header, html body footer {
        background:transparent;
      }
      h1 {
        font-size: 3em;
        color: rgb(152,45,254) !important;
      }
      h2 { 
        font-size: 2em;
      }
      main ul ul {
        margin-left: 5%;
        width: 100%;
      }
      main ul li:nth-of-type(5n+1) {
        list-style-image: url(/hacker.png);
      }
      main ul li:nth-of-type(5n+2) {
        list-style-image: url(/daemon.png);
      }
      main ul li:nth-of-type(5n+3) {
        list-style-image: url(/virus.png);
      }
      main ul li:nth-of-type(5n+4) {
        list-style-image: url(/glitch.png);
      }
      main ul li:nth-of-type(5n) {
        list-style-image: url(/cryptog.png);
      }
      ul.menu li { list-style: none !important; }
      .changes {
        color: rgb(254,109,45);
      }
      .changes ul {
        color: #0F0;
      }
      i.S::before {
        content: '$';
        color: #F5C576;
        display:inline-block;
        font-style:normal;
      }
      i.Z::before {
        content: "Ƨ";
        color: #87DEDB;
        display:inline-block;
        font-style:normal;
      }
      #shots img { border: 2px solid yellow; }
      ul img { margin-right: 1em; }
      main > ul { text-align:left; margin-left: 20%; width: 60%; }