body {
	background-color: #808080;
	color: #000000;
	font-family: sans-serif;
	font-size: 24px;
	justify-content: flex-start;
	text-align: left;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1 {
	font-size: 96px;
}

div {
	align-content: flex-start;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: flex-start;
	width: 100%;
}

img {
	max-width: 90%;
	width: 666px;
}