:root {
  color-scheme: dark light;
  background: #dcad7e;
  color: #926b4c;
  font-family: monospace;
}

body {
  margin: 0;
  box-sizing: border-box;
  color: #fff;
  height: 100dvh;
  display: grid;
  place-items: center;
  place-content: center;
}

svg {
  display: block;
  max-width: 60vw;
  height: auto;
}
