#content {
	position: relative;
	width: 100%;
	max-width: 1100px;
	justify-self: center;
	margin: auto;
	min-height: 100dvh;
}

#article {
	color: #666;
	font-size: 20px;
	font-family: Microsoft JhengHei;
}

.lab {
	color: #333;
	font-size: 20px;
	font-family: Microsoft JhengHei;
	border-bottom: 1pt solid #09F;

}