html, body {
    height: 100%;
    /*Set margin 0 here to remove scrollbar.*/
    margin: 0;
}

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

.splash-screen-branding-container {
    display: flex;
    justify-content: center;
    align-items: end;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

@media (prefers-color-scheme: dark) {
    html, body {
        background-color: #242424;
    }
}

.branding-image {
    margin-bottom: 32px;
}
