#Contents .about {
	
}
#Contents .about h1 {
	margin-bottom: 30px;
}
#Contents .about p {
	color: #FFF;
	margin: 0 auto;
	border-radius: 3px;
	padding: 20px;
	max-width: 800px;
	background-color: rgba(123, 123, 123, 0.5);
	font-size: 0.9rem;
	line-height: 2em;
	text-align: justify;
	box-sizing: border-box;
	white-space: pre-wrap;
}