How can I change my webpage text color to black?

hi the text on this page (win) is not black, it is like dark grey or something, can someone help me with changing it to black?
website: https://winandgetrich.com/pages/win
no code needed to get in

@winandgetrich

small.copyright__content {
    color: #000;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

i can only find base.css

Hi [email removed]Winandgetrich,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

small.copyright__content {
    color: black !important;
}

Hope my solution works perfectly for you!

Best regards,

Victor | PageFly

@winandgetrich

yes

Add in it.