alright putting this here bc css makes me lose my mind, would anyone happen to know if it'd be possible to have two backgrounds with css, one filled horizontally and at the top of the page, and another background that is tiled under it, basically smth like this: https://cavernofremembrance.neocities.org/etc/example.png
i believe this would be something like --> body {background: url('url1') repeat-x center, url('url2') repeat;} ?