* {
    box-sizing: border-box;
}

html, body {
    min-height: 100vh;
    margin: 0;
}
article {
    min-height: 100%;
}
