html,
body,
main {
    height: 100%;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
