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

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

#root {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #202125;
  font-family: Roboto, sans-serif;
}
