* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
a {
  color: #000;
  text-decoration: none;
}
#root,
body,
html {
  height: 100%;
  width: 100%;
}
/*# sourceMappingURL=main.3921bba5.css.map*/
