body {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
    display: flex;
}