body > main { flex-grow: 1; & > section { padding: 2rem; &.primary { background-color: var(--primary); color: var(--primary-txt); } } }