html,
body,
#root,
#root > div {
  min-width: 100%;
  height: 100vh;
  /* windows will be flashy */
  /* min-height: -webkit-fill-available; */
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  /* overflow: hidden; */
}

.scroll-lock {
  height: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
}
