@charset "UTF-8";html,body{overflow:hidden;width:100%;height:100%;margin:0;padding:0}#gameCanvas{width:100%;height:100%;touch-action:none}#stats{position:fixed;right:0;bottom:0;color:red;z-index:1}#hud,#menu{position:fixed;top:0;right:0;color:#00e7ff;z-index:1;font-size:40px;white-space:nowrap;text-shadow:5px 5px 5px rgba(0,231,255,0.8)}#hud span{padding:0 20px 0 0}#menu{right:auto;left:0}#menu button{background-color:transparent;color:inherit;font-size:inherit;border:0;outline:0;text-shadow:5px 5px 5px rgba(0,231,255,0.8)}#menu button:hover{text-shadow:none;font-weight:bold}