Different IDs

Why does Wix Editor/Dev Mode have different IDs for elements than their actual ID? For example, turning on Dev Mode will let you see all the different IDs of all of your elements; however, these aren’t their actual IDs. Wix might call an element “#image6” but when accessing Google’s “Inspect Element,” its actual ID is “#comp-ks6w21y1.” This isn’t a huge problem to work around as all I have to do is view my live site and grab all of the real IDs of all of my elements, but it’s quite a tedious process.

Edit: To give some context, I’m adding custom CSS to my site to achieve some glassmorphism and rotate some elements back and forth. I’ve already managed to do it, but it’s a pain to have to grab all of the IDs from the live site (the weird ones) instead of calling on them using Wix’s IDs.