body > [md-document] {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

h1 {
	color: lime;
	text-align: center;
	font-size: 3em;
}

h1 + p {
	text-align: center;
	color: darkgray;
}

#post-container {
	max-width: 1200px;
	padding: 20px;
	background-color: rgba(0,0,0,0.25);
	width: 100%;
}

.return {
	text-align: center;
}
