body {	font-size: x-large;
	line-height: 200%;
	margin: 8%
} h1,h3,c {
	text-align: center
} nav {	justify-content: space-between;
	display: flex
} c {	display: block
} p {	text-indent: 2em
} a {	text-decoration: none
} figure, a>img {
	margin-left: 1em;
	display: inline-block;
	float: right
} ul {
	list-style-type: none;
	display:grid;
	grid-template-columns:repeat(5,1fr)
}
