html {
  width: 100dvw;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: black;
  background-color: white;
}

body, #root {
  flex: 1;
  display: flex;
  flex-direction: column;
}
