html,
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
  background: black;
}

#root {
  height: 100%;
  overflow: hidden;
  display: flex;
  touch-action: none;
}

.fatal {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 2rem;
  color: #eee;
  font:
    18px/1.5 system-ui,
    sans-serif;
  text-align: center;
}
/*$vite$:1*/