Look around line 2865 in your css and change the #eee
to #333
or whatever color you want. This is what it looks like –
.epik-blue .head-wrap p,
.epik-blue .welcome p,
.epik-blue .home-feature-bg-dark p,
.epik-blue .author-box p,
.epik-blue .footer-widgets p {
color: #eee;
}
You can split them up if you don’t want to change all of them together.