html, body, #root {
  height: 100%;
}

body {
  color: #09090b;
  background-color: #000;
  background-image: url("/images/splash.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 200px;
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}
