html {
	line-height: 1.75;
	font-size: 1em;
}

body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

li {
	list-style-type: square;
}

img {
	max-width: 60%;
	max-height: 60%;
	margin-bottom: 5%;
}