In order to position the posts, we'll use the post class.
post
Add a .post rule that sets max-width to 800px and, to position the post in the horizontal center, margin to 0 auto.
.post
max-width
800px
margin
0 auto