body {	margin: 5%;
	line-height: 200%;
	font-size: x-large
} h1,h3,c {
	text-align: center
} nav {	justify-content: space-between;
	display: flex
} c {	display: block;
	margin: 1em;
	text-indent: 0;
	font-family: TW-Kai
} p {	text-indent: 2em
} p.r {	margin-right: 4em;
	text-align: right
} a {	text-decoration: none
} a:hover {
	color: red
} ol.t {display:grid;
	grid-template-columns:repeat(4,1fr)
} blockquote {
	font-family: TW-Kai;
	margin: 1em 3em 1em 3em
} figure, a>img {
	margin-left: 1em;
	display: inline-block;
	float: right
}
