body {
display: flex;
min-height: 100vh;
flex-direction: column;
#page {
flex: 1;
}
#content {
flex-grow: 1;
.entry-content a {
text-decoration: underline;
a.call-to-action {
text-decoration: none;
.page.home:not(.has-sections) article {
margin-top: 0;