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

      @font-face {
        font-family: "Silkscreen";
        src: url("Silkscreen-Regular.woff2") format("woff2");
      }

img {
        filter: saturate(25%);
      }
      
      a {
        color: inherit;
        text-decoration: none;
      }
      
      b {
        font-weight: bold;
        color: #000000;
      }

      i {
        font-style: cursive;
        color: #000000;
      }

      ::selection {
        background-color: #868686;
        color: #ffffff;
      }

      .highlight {
        color: #ffffff;
        background-color: #000000;
        padding: 1px 3px;
        font-size: 16px;
      }
      
      body{
        font-family: 'Silkscreen', 'Arial', monospace; 
        font-size: 11px;
        overflow-y:scroll;
      }
      
      .highlight {
        color: #ffffff;
        background-color: #000000;
        padding: 1px 3px;
        font-size: 17px;
      }
      
      .containertitle {
        border: 1px solid #000000;
        margin-bottom: 5px;
        padding: 4px;
        font-style: italic;
        font-size: 18px;
      }
      
      .moji{
        image-rendering: pixelated;
        width:3%;
      }
      
      .underline-link {
        text-decoration: underline;
      }

      .underline-link:hover {
        text-decoration: none;
      }