body, html{
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px; 
    background-color: #7F3300;
    font-family: '8bitOperatorPlus'; 

}

canvas{
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
	height: 100vh;
    transform: translate(-50%, -50%);
    position: absolute;
    left:50%;
    top: 50%;
}
