body {
	background-color: black
}

.cont {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

img {
	width: 600px;
	height: 600px;
	align-self: center;
}