@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");
* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Roboto", sans-serif;
}

#App {
  position: relative;
  height: 100%;
}

/*# sourceMappingURL=App.css.map */
