html, body {
    width: 100%;
    margin: 0;
    height: 100%;
    overflow: hidden
}

#root {
    height: 100%;
}
