* {
    padding: 0;
    margin: 0;
}
html, body {
    overflow: hidden;
    touch-action: none;
    -ms-touch-action: none;
}
body {
    background-image: url('img/cover.png');
    background-size: contain;
    background-color: #000000;
}
canvas {
    touch-action-delay: none;
    touch-action: none;
    -ms-touch-action: none;
}
/* @font-face {
  font-family: 'vanilla';
  font-style: normal;
  font-weight: 400;
  src: url(font/vanilla-extract.ttf) format('truetype');
} */

@font-face {
    font-family: 'jungleadventurer';
    font-style: normal;
    font-weight: 400;
    src: url(font/jungleadventurer.ttf) format('truetype');
  }