* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  min-height: 100vh;
  height: 100%;
  width: 100%;
  -webkit-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
}
/*# sourceMappingURL=global.css.map */