:root {
  color-scheme: dark;
  background: #171917;
}

* {
  box-sizing: border-box;
}

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

body {
  min-height: 100dvh;
  background: #171917;
}

main {
  min-height: 100dvh;
  display: grid;
  place-items: center;
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: 100dvh;
  object-fit: contain;
  object-position: center;
}
