html, body {
    height: 100%;
}

body {
    display: flex;
    flex-flow: column;
    align-items: stretch;
    justify-content: center;
}

main {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
