body {
    background-image: url("/static/img/games/terminal-x/screeenshot_1.png");
    background-blend-mode: multiply;
    background-color: #aaa;
}



h2 {
    font-size: 45pt;
}
h3 {
    font-size: 30pt;
    margin-top: 5vh;
    margin-bottom: 2vh;
}

.devlog {
    margin-left: none;
}

div.bt * {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

html body div.blurred {
    backdrop-filter: blur(30px) !important;
}


#checklist input {
    width: 2vw !important;
    margin: 0;
}

#checklist p {
    margin: 0;
}

#checklist ul {
    margin-left: 0 !important;
    list-style-type: none;
}