html, body, #root {
  height: 100%;
}
body {
  margin: 0;
}
#root {
  display: flex;
  flex-direction: column;
}