body {
    display: flex;
    flex-direction: column;
    height: var(--height--viewport);
    min-height: 512px;
}


.page {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    padding: 40px 0;
}


.newsletter {
    margin-bottom: 0;
}