@font-face {
  font-family: font1;
  src: url(Tiny5-Regular.woff2);
}
@font-face {
  font-family: font2;
  src: url(Tiny5-Regular.woff2);
}
body {background-color: #123; color: white; margin: 0; padding: 0; overflow: hidden; font-family: font1, font2;}
#canvas:focus, #canvas { outline: none;background-color: #123; position: fixed;}
.orientation-msg-container{
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    background-color: #000;
    z-index: 200;
    
}

