:root {
  color-scheme: light;
  background: #1d2528;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

body {
  min-width: 320px;
  background: #1d2528;
  overscroll-behavior: none;
}

canvas {
  display: block;
  width: 100vw;
  height: 100vh;
  touch-action: none;
}

canvas:focus-visible {
  outline: 3px solid rgb(242 177 52 / 75%);
  outline-offset: -6px;
}
