:root {
  color-scheme: dark;
  background: #1f2022;
}

* {
  box-sizing: border-box;
}

html,
body,
#oxpix-canvas {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

body {
  min-width: 320px;
  background: #1f2022;
}

#oxpix-canvas {
  position: fixed;
  inset: 0;
  display: block;
  outline: none;
}

#oxpix-canvas:focus-visible {
  outline: 2px solid #f26839;
  outline-offset: -2px;
}

noscript {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 2rem;
  color: #f6f4ee;
  font: 16px/1.6 sans-serif;
  text-align: center;
}
