container {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

container > img {
	width: 50%;
}