body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: #000000;/* #97be0e; 112847*/
  position: fixed;
  overflow:hidden;
  height: 100vh;
  width: 100vw;

  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: #65212100;
}
  
html, body, canvas {
  touch-action: none;   /* touch-action-delay: none; */
}
  
.canvas {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);

  max-width: 100%;
  max-height: 100%;
}

@font-face {
  font-family: ttf;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('Anatoly.ttf');
}