html, body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(77, 77, 77);
    display: flex;
    justify-content: center;
    white-space: break-spaces;
}
#root {
    width: 100%;
    max-height: 100%;
    max-width: var(--root-max-width);
    background-color: white;
    position: relative;
}