body a { font-weight: unset; }  main {  min-height: 100vh;  background: var(--neutral-ultra-light);  position: relative; z-index: 1; } #brx-footer {  position: sticky; bottom: 0; left: 0; }  @media (max-width: 991px) { #brx-footer { position: static; } }