* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } h1, h2, p{ text-redering: optimizeLegibillity; -moz-font-feature-settings: "dlig"; color: rgb(30,30,30); } header { margin-top: 3em; margin-bottom: 2em; } body { font-size: 18px; font-family: 'Alegreya', serif; color:#333; background: #efe9e9; padding: 0em 4.8em; max-width:48em; } @media (max-width: 40em){ body{ padding: 2em 5%; } } .author { text-align: center; font-style: none; color:#333; text-transform:uppercase; word-spacing:1px;} sup { vertical-align: super; } h1 { font-size: 2em; text-align: center; text-transform:uppercase; letter-spacing:1px; } h2 { font-size: 1.8em; border-bottom: 1px solid #999; padding: 1em 0 .2em 0; text-align: center; } main p { line-height: 1.6em; padding-bottom: 0em; text-align: justify; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; } a { text-decoration: none; color: #479; } .intro:first-letter{ font-size: 3.45em; float: left; display: block; line-height: 1; margin: -0.045em .1em 0 0; } em { font-style: italic; } footer { border-top: 1px solid #999; padding-top: 0.5em; font-size: .8em; margin-top: 3em; }