.suspicious {
    display: none;
}

h1::before {
    content: url('nothing.png');
}

code {
    background-color: lightgray;
    padding: 0.05em 0.2em;
    border-radius: 0.2em;
}

pre:has(code.blockcode) {
    background-color: lightgray;
    padding: 1em;
    border-radius: 1em;
}

pre code.blockcode {
    font-size: 1.25em;
}

img {
    width: min(50%, 15em);
    max-height: 8em;
    object-fit: contain;
}
