.splash {
    text-align: center;
    margin: 10% 0 0 0;
}

:root {
    --color-dcg-blue: #365da0;
}

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

#app {
    display: flex;
    flex-direction: column;
    height: 100vh;
}
