Kevin needs to center text between the top and bottom of a page. He should do which of the following?
1) Use the 'text-align: center' CSS property
2) Use the 'vertical-align: middle' CSS property
3) Use the 'margin: auto' CSS property
4) Use the 'display: flex' CSS property