/* CSS Document */

.document {
	padding-top: 60px;
	height: 360px;
	text-align: center;
	display: flex;
	/* 启用 flex 布局 */
	justify-content: center;
	/* 水平居中 */
	align-items: center;
	/* 垂直居中 */
}

.document h1 {
	color: #fff;
	font-size: 33px;
	text-shadow: 0 0 8px #000;
}

#category_descr {
	font-size: 18px;
	line-height: 2em;
	text-align: justify;
	font-weight: 300;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.ABOUTPIC {
	float: left;
	padding: 10px;
}