body {
	color: #c7254e;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
h1 a { color: inherit; text-decoration: none }
h1, h2 { margin: 5px;
	"Palatino Linotype", "Book Antiqua", Palatino, serif }
main > * {
	text-align: justify;
	border: 1px solid #c7254e;
	background: #f9f2f4;
	hyphens: auto;
	overflow-wrap: break-word;
	word-break: break-word;
}
.archive-item {
	width: 250px;
	height: 400px;
	overflow: hidden;
	display: inline-block;
}
.archive-item ul {
	text-align: center;
}
.what-happened { width: 80%; max-width: 120ch; margin: 10px auto; padding: 10px; }
#remain {
	display: inline-block;
	margin: 10px 0 0 0;
	padding: 0 10px;
	background-color: #ff0041;
	color: white;
}
img { max-width: 100%; }
figure { text-align: center }
figure img {
	border: 1px solid }
.what-happened { background-color: #f9f2f4 }
blockquote { margin: 0 20px; }
nav { text-align: center; margin: 10px 0; }
nav ol { list-style: none; margin: 0 }
nav ol li {
	display: inline;
}
@media only screen and (max-width: 600px) {
	main { width: 100% }
	figure { margin: 5px 0 }
	.what-happened { width: calc(100% - 20px); }
}
video { max-width: 100% }
footer { font-size: 0.75rem }
.archive-item > ul { list-style: none; margin: 0; padding: 5px; }
.thumb-text { text-align: center }
.thumb-text img { border: 1px solid }

body {
	background: white;
}
