/**
 * Short-Lived Anomaly
 * Copyright (c) 2022-present LEINWAND (https://www.leinwand.cc)
 * All rights reserved.
 * For license information please see LICENSE.md
 */

body {
    background-color: #121212;
    margin: 0;
    padding: 0;
    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;
}
