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

#root {
    background-color: #2c2c54;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}