@font-face {
    font-family: DePixelKlein;
    src: url("../Fonts/DePixelKlein.ttf");
}

@font-face {
    font-family: DePixelHalbfett;
    src: url("../Fonts/DePixelHalbfett.ttf");
}

@font-face {
    font-family: DePixelBreit;
    src: url("../Fonts/DePixelBreit.ttf");
}

body {
    background: black;
    color: white;
    padding: 0;
    margin: 0;
    overflow: hidden;
    filter: none;
}

.loadiv {
    height: 100%;
    width: 100%;
    background-color: sandybrown;
    color: black;
    text-align: center;
    font-size: 36px;
}

canvas {
    -webkit-user-drag: none;
    user-select: none;
}