/* Copyright (c) 2025-2026 Evil Works. All rights reserved. */
/* SPDX-License-Identifier: LicenseRef-EvilWorks-Proprietary */
* {
    background: #eee;
    font-family: Lato, sans-serif;
}

html, body {
    margin: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#back {
    width: 100%;
    height: 100%;
    display: block;
}
