:root {
  color-scheme: dark;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  overflow: hidden;
  background: rgb(0 0 0);
  color: rgb(255 255 255);
  font-family: Arial, sans-serif;
  font-size: 1vh;
}

#scene-mount {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
}

img,
canvas {
  display: block;
}
