@import url('https://fonts.googleapis.com/css?family=Lato|Roboto');*:active{-webkit-tap-highlight-color:rgba(0,0,0,0);-moz-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:rgba(0,0,0,0)}body{background-color:#000;margin:0;overflow:hidden;font-family:'Roboto',sans-serif;color:#fff}#main_canvas_container{position:absolute;left:0;top:0;width:100%;height:100%}h1{font-family:'Lato',sans-serif;font-weight:bold;text-shadow:#000 0 0 6px;margin:0}#menu{position:absolute;left:20px;width:25%}button{border:0;display:block;width:120px;margin-top:20px;padding:8px 10px;border-radius:2px;color:#fff;cursor:pointer;background:#7a4cb2;font-size:20px;-webkit-transition:.15s background ease;-moz-transition:.15s background ease;-ms-transition:.15s background ease;-o-transition:.15s background ease;transition:.15s background ease}button:hover{background:#946dc4}button:active{background:#88caff}