Color of site name & main navigation menu

Greetings, I have rebuilt my website with Shapely and love it, but older friends are having trouble reading the light grey text. I found a CSS way to change body text, but can’t figure out how to change site name and main navigation menu. Can you help me? Thanks so much, Kate
(link attached, and I pasted a screen shot, but not sure if that works.)
https://katelowman.com/
Screen Shot 2022-02-04 at 9.11.38 AM

Haha. Found the answer. Part of the challenge is not knowing what the components parts of the site are called.

.widget .widget-title { color: black; }
.widget.widget_recent_entries ul li a, .widget li a { color: black !important; }

.site-title{
color:blue;
}

Thank you for sharing the solution @k8lowman and updating us :slight_smile:

Kind regards