body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
        'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
        sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html, body {
    height: 100%;
    min-width: 0 !important;
}

main.welcome-state {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

main #join-flow {
    width: min(90%, 560px);
    text-align: center;
    padding: 32px 24px;
}

main #join-flow h1 {
    margin: 0 0 12px;
    color: #111827;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
}

main #join-flow p {
    margin: 0;
    color: #4b5563;
    font-size: 18px;
    line-height: 1.6;
}

main #join-flow .muted {
    margin-top: 8px;
    color: #6b7280;
    font-size: 15px;
}

#uikit-container-app {
    height: 100vh;
}
