* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  overflow: hidden;
  /* width: 100vw;
  min-height: 100vh;
  min-height: 100dvh; */
}

#canvas1 {
  width: 100%;
  height: 100%;
  background: rgb(28, 28, 28);
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;

}

img {
  display: none;
}

#fruits_sprite {
  display: none;
}
