@charset "UTF-8";

body {
	font: 20px serif;
	background: #efefef;
	color: #111;
}

/*#icon {
	display: block;
	margin: 2em auto .5em;
	width: 512px;
	max-width: 100%;
}*/

/*
 * https://www.freecodecamp.org/news/how-to-center-an-image-in-css/
 */
img {
	/*width: 80%;*/
	width: 512px;
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
