body {
    margin: 0px;
    padding: 0px;

    background-color: #fff !important;
}

#root {
    height: 100vh;
    width: 100vw;

    display: flex;
    flex-direction: column;
}
