/* html {
    color-scheme: dark;
} */

img {
    height: auto;
    max-width: 100%;
    max-height: calc(100vh - 60px);
    object-fit: scale-down;
    object-position: left;
}

div#nsfwBlock {
    position: fixed;
    left: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: canvas;
    display: grid;
    place-content: center;
}

span.warning {
    color: red;
}
