    body {
      background-color: #101010;
    }

    p {
      text-align: center;
      color: white;
      margin: 0.7em;
      line-height: 1.2;
      font-family: Iosevka, monospace;
      font-weight: normal;
      font-size: 40px;
    }

    .description {
        line-height: normal;
        font-size: 25px;
    }

    .muted {
        color: gray;
    }

    .highlight {
        border: thin solid white;
        border-radius: 0.2em;
        font-weight: bold;
    }


    @font-face {
      font-family: "Iosevka";
      src: url("/assets/webfonts/Iosevka-Regular.woff2") format('woff');
      font-weight: normal;
    }

    @font-face {
      font-family: "Iosevka";
      src: url("/assets/webfonts/Iosevka-SemiBold.woff2") format('woff');
      font-weight: bold;
    }

    a, a:link, a:visited {
      color: white;
      background-color: transparent;
      text-decoration: none;
    }

    a:hover {
      color: white;
      background-color: transparent;
      text-decoration: underline;
    }

    a:active {
      color: white;
      background-color: transparent;
      text-decoration: underline;
    }
