body {
    padding: 0;
    margin: 0;
    background: #000;

}

html, body {
  width: 100vw;
  height: 100vh;
    overflow: hidden;
    text-align: center;
      touch-action: none;

}

main {
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    margin:auto;
;
}
