*, *::before, *::after {
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

html, body, #root {
  height: 100%;
  width: 100%;
  display: flex;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

#root {
  justify-content: center;
  align-items: flex-start;
}