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

main {
    padding-top: 100px;
    flex: 1;
}