.pizza-header { display: flex; flex-direction: column; align-items: center; justify-content: center; h1 { font-size: 2rem; text-align: center; } h2 { text-align: center; } &.paid { background-color: $success; color: $success-contrast; } &.unpaid { background-color: $danger; color: $danger-contrast; } }