/**
 * Retrospect
 *
 * Copyright (c) 2022-present meezwhite. All rights reserved.
 * Twitter: @meezwhite
 * Website: https://meezwhite.xyz
 *
 * For license information please see LICENSE.md
 */

body {
    background-color: #111111;
    color: #eeeeee;
    margin: 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#leinwand {
    display: block;
}
#leinwand.invert {
    -webkit-filter: invert(1);
            filter: invert(1);
}
