:root {
  color-scheme: light;
  background: #fcf6f0;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
  background: #fcf6f0;
}

body {
  display: grid;
  place-items: center;
}

main {
  display: grid;
  width: 100%;
  min-height: 100svh;
  place-items: center;
}

.infographic {
  display: block;
  width: auto;
  max-width: 100vw;
  max-height: 100svh;
  height: auto;
}
