body {
	text-align: center;
	/* align-items: center; */
}
.img {
	width: 70%;
}
.imgstyle {
	display: flex;
	text-align: center;
	align-items: center;
	margin-left: 25%;
}
.img:hover {
	box-shadow: 0 10px 10px 0 black;
	/* width: 80%; */
}

.disImg {
	/* width: 100px;
	height: 100px; */
	display: none;
}
