The idea
position: sticky is a hybrid: the element scrolls normally until it hits a threshold (set with top), then it sticks in place. Without any scrolling it just sits in its normal spot — this level is about getting the syntax right.
This level needs position: sticky and top — the syntax is the point; without scrolling the element stays in its normal spot.