body {
  margin: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: url("https://klevron.github.io/codepen/misc/myrtilles.jpg") no-repeat center center;
  background-size: cover;
}

body.hide-background {
  background: none;
}

canvas {
  display: block;
}