html {
    font-size: 14px;
    height: 100%;
}

body {
    height: 100%;
    display: flex;
    flex: 1;
}

#root,
.App {
    display: flex;
    flex: 1;
    overflow: hidden;
    {{#jsx}}
    flex-direction: column;
    justify-content: center;
    align-items: center;
    {{/jsx}}
}

#root {
    flex-direction: column;
}

h1 {
    margin-bottom: 2rem;
}
