Override Class Declarations with Inline Styles solved

body { background-color: black; font-family: Monospace; color: green; } .pink-text { color: pink; } .blue-text { color: blue; } #orange-text { color: white; }

Hello World!