/* author: Louis Hoebregts
https://codepen.io/Mamboleoo/pen/qBPyqKg
*/
body {
  margin: 0;
  overflow: hidden;
}

canvas {
  position: absolute;
  touch-action: none;
}