Was auf alle Fälle fehlt ist die individuelle Formatierung der Schriften zu Deiner Page. Der Text im content ist pixelig und unschön zu lesen. Die "Überschrift" ist Standard - nichts individuelles.
Als Vorlage aus einer Seite von mir :
html, body, h1, h2, h3, h4, h5, h6, div, p, {margin: 0;padding: 0; }
/*font*/
h1, h2, h3, h4, h5, h6 {font-weight: normal;font-family: Georgia, "Times New Roman", Times, serif;margin-top: 1.5em;margin-bottom: 0.125em;color: #e66600;letter-spacing: .025em;}
h1 {font-size: 2.5em;margin:0 0 20px 0;padding: 0;height:60px;}
h2 {margin-top: 0;margin-bottom: .25em; font-size: 1.8em;letter-spacing: .025em;}
p {margin: 0.4em 0 1.3em 0;text-align:justify;}