I tried these options, but none of them worked. Somehow, I accidentally found something that worked, though: added
margin: 0 auto;
text-align:center;
creating this:
hgroup,
nav,
section {
display: block;
margin: 0 auto;
text-align:center;
}
Not quite sure why that worked, but hopefully it can help others too. Thank you for your responses, you’re great!