

@font-face {
    font-family: 'normalfont';
    //src: url('res/hwygoth.ttf'); 
    src: local('Arial');
}

@font-face {
    font-family: 'Mouser';
    src: url('res/Mouser.ttf'); 
}

body, canvas, div {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* { margin:0; padding:0;} /* to remove the top and left whitespace */
html, body { width:100%; height:100%; background-color: #0c7ba4;} /* just to be sure these are full screen*/
canvas { display:block; } /* To remove the scrollbars */