Changing text on a page

I am trying to change this text on the page to gold and its not changing up the black text is anyone know why?

{
background-color: #ffffff;
}
h2 {
color: #fff098;
}
div {
color: #fff09a;
}

i’m using that code.

heres the link - https://jewelry-vault.com/pages/contact

@Diegito it is h3 tag, so you can add this, but to be honest it does not look good

.rte h3, .rte h3 a{color: #fff098;}