html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #07080c;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  touch-action: none;
  overscroll-behavior: none;
}
canvas { display: block; touch-action: none; }
