@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
body {
  background: #EEE;
  margin: 0;
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
canvas {
  max-height: 100vh;
  max-width: 100vw;
  height: auto;
  width: auto;
  /*   border: 1px solid silver; */
}

#container {
  box-shadow: 0 0 20px rgba(0,0,0,.05);
  border: 1px solid rgba(0,0,0,.1);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: none;
  }
h1 {
  font-family: Rubik;
  font-size: 100px;
  font-weight: 800;
  line-height: 1em;
  position: absolute;
  color: #fff;
}