html, body { min-height: 100vh; } body { display: flex; flex-direction: column; } #brx-content { flex: 1; background-color: var(--bg); } .brxe-section { }