* {
  box-sizing: border-box;
}

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

body {
  min-height: 100vh;
}

.splash {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 100vh;
  background: #000;
}

.splash__image {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  object-position: center;
  background: #000;
}
