html {
    background-color: rgb(223, 223, 255);
}

@font-face {
    font-family: "JetBrains Mono";
    src: url("../fonts/jetbrainsmono.ttf") format("truetype");
}

.title {
    background-color: rgb(224, 44, 44);
    padding: 5px;
}

.normal {
    background-color: rgb(214, 214, 214);
    padding: 5px;
}

t {
    font-family: 'JetBrains Mono';
    font-size: 36px;
}

st {
    font-family: 'JetBrains Mono';
    font-size: 14px;
}

n {
    font-family: 'JetBrains Mono';
    font-size: 20px;
}