#loadingScreen {display: none;}
body {
    overflow-y: scroll;
    &::before {
        content: "";
        width: min(37.5rem, calc(100% - 2rem));
        filter: drop-shadow(0.25rem 0.25rem #00f);
        image-rendering: pixelated;
        aspect-ratio: 39 / 10;
        background: url("/assets/img/404city.png");
        background-size: cover;
        background-repeat: no-repeat;
        margin: 2rem 1rem 1rem;
        @media (max-width: 768px) {filter: drop-shadow(0.125rem 0.125rem #00f);}
    }
}
.JSonly {display: none !important;}
main::before {
    content: "WARNING! - Your JavaScript is disabled for this site.\APlease navigate through: https://404city.neocities.org/sitemap";
    text-align: center;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    filter: drop-shadow(0.125rem 0.125rem #00f);
    white-space: pre-line;
    font-weight: bold;
}
main::after {
    content: "Hosted By Neocities.Org | Copyright 2025 - 2026 404City All Rights Reserved";
    text-align: center;
    padding: 0.5rem;
    margin-top: 1rem;
    border-top: 1px dashed #fff;
    filter: drop-shadow(0.125rem 0.125rem #00f);
    font-weight: bold;
}
img[data-fullscreenimage] {cursor: var(--cursor-default);}