body {
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	color: black;
	flex-direction: column;
	gap: 5px;
}

hr {
	width: 100px;
}

img {
	/*image-rendering: pixelated;*/
	width: 32px;
	height: 32px;
}
