html,
body,
#root {
  min-height: 100%;
}

body {
  margin: 0;
}

#root:empty {
  min-height: 100vh;
  background: #14171a;
}
