
  html, body {
    margin: 0;
    width: 100%;
    height: 100%;
  }

  body {
    touch-action: none;
    font-family: "Montserrat", serif;
  }

  #canvas {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    z-index: 9999;
    pointer-events: none; /* курсор не блокирует клики по сайту */
  }

