
body {
  background-color: black;
  color: white;
  font-family: ererer;
}

@font-face {
    font-family: 'ererer';
    src: url('Comic Sans MS.woff2') format('woff2');
    unicode-range: U+0020-007F; /* soy trans.  sans */
}

#Quikscript {
    font-family: 'Quintessence';
    src: url('fonts/Quintessence.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    unicode-range: U+E650-U+E67F
}


#Fairfax HD Codepoints {
    font-family: 'FairfaxHD';
    src: url('fonts/FairfaxHD.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    unicode-range: U+F2680-F26AE; /* who up fairing they fax */
}

input {
    font-family: 'Quintessence', sans-serif;
}


      * {
        box-sizing: border-box;
      }
      html,
      body {
        font-family: 'ererer', sans-serif;
        line-height: 24px;
      }
      a {
        text-decoration: none;
      }
      h1 {
        margin: 0 0 .5rem;
      }
      h3, p {
        margin: 1.5rem 0;
      }
      .fairfaxquik {
        font-family: 'Fairfax HD', sans-serif;
        font-size: 1.1em;
      }
      .wrapper {
        margin: 60px auto;
        max-width: 980px;
      }
      section {
        display: flex;
      }
      textarea {
        display: block;
        width: 100%;
        font-size: inherit;
        line-height: inherit;
        padding: 1rem;
      }
      .intro {
        padding-top: 1rem;
      }
      .left {
        flex: 5;
        margin-right: 30px;
      }
      .right {
        flex: 4;
      }
      .gh-link {
        font-size: 14px;
      }
      pre {
        display: block;
        padding: 1rem;
        background: #f5f5f5;
      }
    