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