body {
    padding: 0;
    margin: 0;
    background-color: #1b1b1b;
    /*new lines to stop zoom an mobile*/
    height:100%;
    touch-action: none;
    overscroll-behaviour:none;
    /* */
  }

  html, body {
    /*hide scroll bars*/
    overflow:hidden;
  }