Please, I need your help

Hi please, I need your help.
Yesterday I finished my last “Random Quote Machine” challenge and everything went well. It looked perfect. In fact, I sent it to other people and they could see it without problems and it worked. But this afternoon I don’t know what happened, it doesn’t show well, I don’t know if it’s a CDN problem or link or something …
Please, can someone check it out.

Random Quote Machine

Hello MaraGm,

background-color: randomColor does exactly what you want it to do.
color: randomColor does not

color: sets the color of the text.

Hi lucassorenson, thanks for your reply. I don’t think it’s a coding issue actually, as it’s working well with the same code. In fact, when I copy and paste the same CDN in JavaScript settings (image 2), the project looks right for a few seconds (see image 1).

Image 1:

Image 2:

Hello everyone, after checking again and again, I finally managed to fix it.
The problem was that I removed some necessary scripts for React from the in the html settings because I already had them in JavaScript settings. I didn’t want to repeat scripts everywhere and that caused the failure.
I replaced them and everything is now fixed.

Thanks in advance to everyone who wanted to help me.