h1{
	background-color: transparent;
}
.abouttext{
	font-weight: 500;
	font-size: 1.2rem;
	color: #222;
	font-family: Garamond,Tahoma;
	font-style: italic;
}
.postPageContainer{
	/*display: flex;*/
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}
.postPageArticle{
	padding-left: 0;
	padding-right: 0;
	border: none;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}
.postPageDiv{
	display: flex;
	flex-direction: column;
	justify-content: center;
	/*margin: 1rem;*/
}
.postPageDiv > pre{
	border: none;
}
.updatePostLink{
	align-self: center;
	font-size: 1rem;
	padding: 0.5rem 1rem 0.5rem 1rem;
	margin:25rem;
	color: whitesmoke;
	background: teal;
	cursor: pointer;
}
.deletePostButton{
	font-size: 1rem;
	cursor: pointer;
	padding: 0.5rem 1rem 0.5rem 1rem;
	margin:.5rem;
	border: none;
	color: whitesmoke;
	background: red;
}
.postContent{
	font-family: Verdana;
	border: none;
	margin: 2rem 4rem 2rem 4rem;
	width: 50rem;
	align-self: center;
	line-height: 1.7;
}
#postTitle{
	font-family: Garamond, Tahoma;
	font-style: italic;
	font-size: 2rem;
	margin: 1rem;
	color: #222;
	text-align: center;
}
.centred{
	text-align: center;
}

@media (pointer:coarse) {
	.postContent{
		width: auto;
	}
}
