
/*Contenu de la page*/

#content {

	display: flex;
	justify-content: center;
	align-items: center;	
}

#content img {

	flex-shrink: auto;
}