@font-face {
  font-family: 'Luckiest Guy';
  font-style: normal;
  font-weight: 400;
  src: url(../fnt/luckiestguy.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

html, body {
    background-color: #000;
    color: #fff;
    font-family: "Luckiest Guy", "Arial";
}

#orientation-warning {
    display: none;
    width: 100%;
}

canvas {
  image-rendering: pixelated; /* Chrome 41 and NWJS */
}

/*@media only screen and (orientation: landscape) {
    canvas { display: none !important; }
    #orientation-warning { display: block; }
}
@media only screen and (orientation: portrait) {
    canvas { display: block !important; }
    #orientation-warning { display: none; }
}
*/