On my website, I have multiple pages set up with a background image that is centered and a vertical menu in a div. Check it out here: https://ibb.co/3Cmf0dt
The div containing the menu is typically positioned on the right, but its placement can vary from page to page - sometimes centered, sometimes slightly higher.
I need assistance with the CSS for this div-menu. How can I ensure that it scales down along with the buttons while always remaining in place relative to the background image?
Currently, my code does not achieve the desired effect as the buttons do not reduce in size and the div position is inconsistent with the background image. Here is my code for reference: https://ibb.co/9cQL1yD
Any help or advice you can provide would be greatly appreciated! Thank you!