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: #30014c;
    /*background-color:	#000000;*/
    overflow:			visible;
}

canvas {
    box-shadow: 0px 0px 20px -10px black;
    /*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;*/
}