html, body {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
    -webkit-tap-highlight-color: transparent;

    margin: 			0;
    padding: 			0;
    font-family: 		Arial, Verdana, sans-serif;
    /*font-family: 'Futura BdCn BT', sans-serif;*/
    /*font-size: 			12px;*/
    font-weight:		normal;
    text-align: center;
    /*font-weight:		bold;*/
    color: 				#FFFFFF;
    /*color: 				#000;*/
    background-color: #dbe2e8;
    /*background-color:	#000000;*/
    overflow:			hidden;
}

canvas {
    /*border: solid 1px rgba(255,0,0,0.7);*/
    /*padding-left: 0;*/
    /*padding-right: 0;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*display: block;*/
    /*width: 800px;*/
}

@font-face {
    font-family: 'Rounds Black';
    src: url('fonts/RoundsBlack.ttf');
}