
.c_container {
	margin: 20px;
}

.center {
	text-align: center;
	margin-bottom: 20px;
}

.right {
	align-self: flex-end;
	margin-right: 100px;
}

.left {
	margin-right: auto;
}

.c_container h1 {
	color: #333;
	text-indent: 1em;
}

.c_container h2 {
	color: #666;
	margin-top: 20px;
	text-indent: 1em;
}

.c_container h3 {
	color: #999;
	margin-top: 15px;
	text-indent: 1em;
}

.c_container p {
	margin: 10px 0;
	text-indent: 10em;
	text-align: left;
}

