@font-face {
  font-family: 'wendy';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/wendy.ttf") format('truetype');
}


body { margin: 0; overflow: hidden; font-family: "wendy"; color: #fafafa; background: #000 }

body { 
  margin: 0; overflow: hidden; 
  user-select: none;
  -o-user-select:none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  cursor: default;
}


info { position: absolute; z-index: 255; bottom: 0; color: #fff; background: rgba(0, 0, 0, 0.5); padding: 8px; width: 100%; text-align: center; font-size: 20px; opacity: 0.6; }
info:hover { opacity: 1.0; }
        
strike { opacity: 0.5; }
a { color: #fa0; }

ps{ font-size: 12px; display: block; color:#aaa }

.html5 { position: absolute; left: 8px; bottom: 24px;}
lic { background: #fff; color: #000; padding: 2px; margin-left: 8px }
lic a { color:#f00;}

canvas { position: absolute; }

tutorial { color: #0fc;}