For the horizontal position of the elements, we'll use the container class.
container
Add a .container rule that sets max-width to 1000px and, to position the element in the horizontal center, margin to 0 auto.
.container
max-width
1000px
margin
0 auto