:root {
  color-scheme: dark;
  background-color: #071d18;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-width: 768px;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #071d18;
}

.image-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}

.hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
