* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Geist Sans', sans-serif;
}

#root {
  width: 100vw;
  height: 100vh;
}