html {
  background: #070b0d;
  scrollbar-gutter: stable;
}

body {
  min-width: 0;
  overflow-x: hidden;
}

img {
  height: auto;
}

@supports not (scrollbar-gutter: stable) {
  @media (min-width: 981px) {
    html {
      overflow-y: scroll;
    }
  }
}
