
html {
    height: 100%;
}
#root {
    height: 100%;
}

.static-load-logo-container {
    display:flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.static-load-logo {
    display:flex;
    align-items: center;
    justify-content: center;
}
