@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

* {
  box-sizing: border-box;
}

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

body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  height: 100%;
}

#root,
#root > * {
  min-height: 100vh;
}
