#myCanvas {
   height: 100%;
   margin-left: 25%;
   margin-right: 25%;
   text-align:center;
   display: inline;
}
body {
	background-color: #111;
	margin: 0;
	padding: 0;
}
canvas,
img {
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}
@font-face {
    font-family: 'SLB';
    src: url("./components/slb.ttf");
}