html {
  font-size: 62.5%;
}

html, body, #root {
  min-height: 100vh;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  text-decoration: none;
  font-family: 'OpenSans', sans-serif;
}