	@import "../../commun.css";

.indent {
	margin-left: 25%;
	margin-top:2%;
	margin-bottom: 2%;
}

.code {
	width: 80%;
	height: 600px;
	margin-left:10%;
	margin-bottom: 1%;
}

.im {
	margin-left: 2%;
}


.img {	
	width:50%;
	height:50%;		
    transition: width 1s linear, height 1s linear;
}

.img:hover {
	width: 90%;
	height:90%;
}
