html {
    color: #ffffff;
    background-color: #131326;
    font-family: "Fira Code";
    text-rendering: optimizeLegibility;
}

.title pre {
    color: #ffffff;
    background-color: #131326;
    font-family: 'Fira Code';
    font-variant-ligatures: initial;
    font-size: xx-small;
}

@media screen and (min-width: 320px) {
    .title pre {
        font-size: 0.1em;
    }
}
@media screen and (min-width: 992px) {
    .title pre {
        font-size: 0.3em;
    }
}

@media screen and (min-width: 768px) {
    .title pre {
        font-size: 0.15em;
    }
}

span.autoinsert-match {
    background-color: lightcoral;
}

/* testtest*
