.content {
	padding: 0 1rem;
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

article {
margin: auto;
max-width: 40rem;
padding-bottom: 25vh;
padding-top: 10vh;
}

article h1 {
	font-size: .85rem;
	font-weight: normal;
	padding-bottom: 0.5rem;
display: inline-block;
	color: #999;
	letter-spacing: 0.01rem;
	width: 100%;

}
header h1 {
	text-align: center;
	font-size: 1rem;
	padding: 5vh 0;
	color:  #414042;
}


article p {
	padding-bottom: 1rem;
	  line-height: 1.35rem;
	  display: inline-block;

}

