#root {
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: row;
}

main {
  width: 100%;
  background-color: lightgrey;
}