#root,
body,
html {
    height: 100%
}

body,
html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit;
    margin: 0;
    padding: 0
}

*,
:after,
:before,
:placeholder-shown {
    font-family: inherit
}

/*# sourceMappingURL=main.f012863c.css.map*/