body {
  background-color: rgb(162, 162, 176);
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-size: 2em;
  margin: 0;
  overflow: hidden;
  touch-action: none;
  user-select: none;
}
