@font-face {
    font-family: "Pixel";
    font-weight: normal;
    src: url("PixelOperatorHB8.ttf");

}

html,
body {
    margin: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #444;
    font-family: 'Pixel';
}

canvas {
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    max-width: 100vw;
    max-height: 100vh;
}


.fontLoader {
    position: absolute;
    left: -1000px;
    visibility: hidden;
    font-family: Pixel;
}