html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
 
.gfg-box {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.box img{
	max-height: 600px;
}
