.img1{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;

}
.image{

	padding: 0 10px 10px;
	
	text-align: center;
	color: darkred;
	font-weight: bold;

	
	

}
img:hover{
	opacity: 0.8;
	transition: .5s;
}
.image img{
	border-radius:30px;
	height: 250px;
	width:250px;

}