html, body {
    height: 100%;
    margin: 0;
}

#hyde-splash {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#hyde-app {
    height: 100vh;
    display: none;
}