
body {
	margin: 0;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	background: #eee;
	flex-direction: column;
	gap: 50px;
	color: #000;
}


img {
	max-width: 100%;
	height: auto;
}
