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

* {
  box-sizing: border-box;
}

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

body {
  overflow: auto;
  background: #071c18;
}

.visual {
  display: grid;
  width: 100%;
  min-width: 1024px;
  min-height: 100%;
  place-items: center;
}

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