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

* {
  box-sizing: border-box;
}

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

body {
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background: #1e1e1e;
}

.splash {
  display: grid;
  width: 100vw;
  min-height: 100vh;
  min-height: 100svh;
  place-items: center;
}

.splash__image {
  display: block;
  width: auto;
  max-width: 100vw;
  height: auto;
  max-height: 100vh;
  max-height: 100svh;
  color: transparent;
  font-size: 0;
  object-fit: contain;
}
