html, body {
	background-color: #2d2d2d;
}

.headline {
	display: block;
	max-width: 500px;
	color: #7b7b7b;
	font-size: 1.2em;
	font-family: 'Hoefler Text','Noto Serif', serif;
	font-style: italic;
	padding: 0 50px;
}

.tweet .marking {
	width: 40px;
	border-radius: 5px;
	box-shadow: 0px 0px 0px black;
	padding: 30px 0;
}

main {
	background: white;
	margin: 3% auto 10% auto;
	max-width: 500px;
	border-radius: 20px;
	box-shadow: 3px 3px 6px black;
	padding: 0.5em;
}


p {
	display: block;
	max-width: 100%;
	margin: 1em auto;
	line-height: 1.2;
}

.tweet {
	margin: 60px 5%;
	font-family: 'Hoefler Text','Noto Serif', serif;
	font-size: 1.4em;
}

.tweet img {
	display: block;
	margin: 0 auto;
	width: 100%;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #636363;
}

.tweet a {
	display: inline-block;
	background: linear-gradient(#aeaeae, #aeaeae) no-repeat;
	background-size: 100% 4px;
	background-position: 0 1em;
	text-shadow: 0.1em 0 white, -0.1em 0 white;
}

.post {
	margin: 20px 5%;
	font-family: 'Hoefler Text','Noto Serif', serif;
	font-size: 1.2em;	
	line-height: 1.2;
}

.post img {
	display: block;
	margin: 0 auto;
	width: 100%;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #636363;
}

.post h1 {
	text-align: center;
	font-size: 1.8em;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 20px;
}

.post .author {
	text-align: center;
	font-style: italic;
	margin-bottom: 50px;
}

.post .footnote {
	font-size: small;
	font-style: italic;
}

.page-image {
	padding: 0;
	overflow: hidden;
}

.page-image img {
	width: 100%;
}

.story {
	overflow: hidden;
}

.story img {
	width: 100%;
}

.story a {
	display: inline;
}

.story .next {
	display: inline;
	float: right;
	width: 15%;
}
