Change font size for titles (e.g., H2's, etc)

The headings on my site are huge. Is there a way to reduce the size of the titles?

Example: https://alwaystypingco.com/how-to-tailor-your-resume-to-different-jobs/

Hi there

Your website is not available online: Screenshot by Lightshot

Works fine for me. Either way, though, is there a way to change the font size on the titles (H2, etc)?

Hi

Yes, its possible, please add this css code in the Appearance > Customize > Additionall css:

#header .bottom-header h1 {
    font-size: 30px;
}

Regards