I am dealing with a website that has a complex structure of elements and CSS styles, with many elements having `position:absolute` and `top:0` styles applied.
There are multiple nested divs due to inheriting the website from a previous owner.
I am wondering if there is a way to insert a div element at the top of the page and slide down all other elements without needing to change any other CSS styles. Essentially, inserting a header with text that would "override" the existing styles...