/* Copyright (c) 1999-2022 Klaus Donnert
This file is licensed under GPL General Public License, version 3
https://www.gnu.org/licenses/gpl-3.0 */

body {
    font-family: system-ui;
}
a {
    text-decoration: none;
}
.bottom-right {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}
.top-right {
    position: absolute;
    top: 1rem;
    right: 1rem;
}
.spacer {
    margin-bottom: 1rem;
}
#main-form-container {
    transition: opacity 1s;
}
.hidden {
    visibility : hidden; opacity: 0;
}
