First, center the form by styling the rule for the body selector and setting text-align to center.
body
text-align
center
Make sure to pick body followed by text-align and then :, center, ;.
:
;