* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-size: 12px;
}

#root {
  height: 99%;
}
