* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { width: 100%; height: 100%; overflow: hidden; background: #0a0a0a; }
#canvas { display: block; margin: 0 auto; background: #0a0a0a; cursor: default; }
#footer {
  position: fixed; bottom: 4px; width: 100%; text-align: center; z-index: 10;
}
#footer a {
  color: #444; font-family: 'Rajdhani', sans-serif; font-size: 11px;
  text-decoration: none; letter-spacing: 1px;
}
#footer a:hover { color: #ff0040; }