
	
body{
	margin:0;
	padding:0;
	background:url(imgs/fon3.jpg);
	background-size:cover;
	background-pasition:center center;
	background-repeat: no-repeat;
	background-attacheent: fixed;
	
	
}

section{
		display: flex;
		width: 430px;
		height: 430px;	
}

section img{
		width: 0px;
		flex-grow: 1;
		object-fit: cover;
		transition: .5s ease;
		opacity: .6;
}
section img:hover{
		width: 300px;
		opacity: 1;
		filter: contrast(120%);
}



img{
	width: 100%;
	height: 100%
	
	}