body {
  background-color: white;
  height: 100vh;
  overflow: hidden;
  touch-action: none;
}

#p5-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100vh;
}