body {
	background: #111;
	color: #f5f5f5;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

img {
	display: block;
	margin: auto;
	width: 50%;	
	border-radius: 4px;
}
