:root {
  color-scheme: light;
}

html,
body,
#root {
  min-height: 100%;
  width: 100%;
}

body {
  margin: 0;
}

#root {
  min-height: 100vh;
}
