* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

  -webkit-font-smoothing: antialiased;
}



html, body, #root {
  height: 100%;
}



*, button, input {
  border: 0;
  outline: 0;
  font-family: 'Roboto', sans-serif;
}
