div{
	height: 100vh;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
div img{
	max-width: 90%;
	box-shadow: 0 0 24px 0px #000;
}