body {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  height: 100vh;
  overflow-x: hidden;
}

div#root {
  flex: 1;
}
