body
{

	background-color: black;
}
body
{
	text-align: center;
}
img
{
	position: absolute;
	width : 25%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin :0;
	min-width: 200px;

}