html,
body,
#root {
  min-height: 100%;
  margin: 0;
  background: #050505;
  color: #f8fafc;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
}
