@import "variables"; @import "bulma/bulma"; @import "navbar"; @import "homepage"; @import "footer"; @import "hero"; @import "content"; @import "listing"; html, body { height: 100%; display: flex; flex-direction: column; } main { margin-bottom: 1rem; }