#root {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
}

body {
    overflow: hidden;
    margin: 0 !important;
    background-color: #222;
}