body {
	background-color: #000;
}
img {
	width: 50%;
	margin: auto;
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(30%);
}
