html,
body {
  height: 100%;
  display: flex;
  width: 100%;
  overflow: hidden;
}

#root {
  display: flex;
  flex: 1;
}
