body{
	background-color: white;
	margin-top: 40px;
  
}

.ecrit { 
	color: black;
	width: 20px;
	height: 25px;
	background: transparent;
	font-family: 'arial', serif;
	font-size: 12px
}

p {
    margin: 10px 200px;
}

.image {
    
}

img:active
{
   transform: scale(3);
}