<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">img {
    display: unset;
}

header {
    padding-bottom: unset;
}

.home .contents {
    width: unset;
}

@media screen and (max-width: 768px) {
    body {
        display: unset;
    }

    header img {
        height: unset;
    }
}</pre></body></html>