html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

#app-root {
  width: 100%;
  height: 100%;
}
