article {
    height: 100%;
    display: flex;
    flex-direction: column;
}

article > div:last-child {
    margin-top: auto;
}