#content {
	box-sizing: border-box;
	margin: 200px auto;
	width: 600px;
	height: 300px;
	line-height: 50px;
	padding: 100px 0;
	background: #fff;
	text-align: center;
	font-size: 24px;
}