body,
html,
#root {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: rgb(1 6 12 / 100%);
}

/* html,
body {
  height: 100%;
}

html {
  overflow: hidden;
}

body {
  overflow: auto;
} */
