Question: When using position: fixed, what will the element always be positioned relative to?
- the closest element with position: relative
 - the viewport
 - the parent element
 - the wrapper element
 
Answer: The correct answer of the above question is Option B:the viewport