/* SPDX-FileCopyrightText: 2026 Richard Guse <bunchberrySoftware@protonmail.com> */
/* SPDX-License-Identifier: GPL-3.0-or-later */
/* This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. */

body * {
    /*display: inline-block;*/
    font-size: 35px;
}

.container {
    /* max-width: 800px; */
    /* width: 100%; */
    width: 100vw;
    margin: 0 auto;
    /* background-color: lightblue; */
    /* color: white; */
}
