html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#root {
    width: 100%;
    height: 100%;
    position: relative;
}

.App {
    height: 100%;
    position: relative;
}

* {
    box-sizing: border-box;
}


#leftBottomElement {
    margin-left: 0px;
}

#PageContent ::before, #PageContent ::after {
    content: ''; /* Insert space before the first item and after the last one */
}
