The idea
direction sets the inline base direction of a block. The default is ltr (left-to-right), but rtl flips it so inline content flows from the right edge instead. The box itself does not move — the text inside it does.
This level needs direction. text-align, margin, padding, position and float are off-limits: they would shove the text over without teaching you the property that flips the flow.