How can I change the color of only one hyperlink in dawn theme?

I want to change the color of only one hyperlink in the footer of my website built on the Dawn theme.

I do not want to change the standard link color, I only want to change it for this one particular link in the footer:

juliandadang_0-1657337829758.png

Website: phattai.au

Password: EPIQMedia

@julian-dadang - add this css and check, should be like screenshot

.footer__copyright a{color: #fff;}

Perfect thank you this worked great!