
#padre{
	/*background-color: red;*/

	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: stretch;
}

#figlio{
	font-family: var(--font-main);
	/*background-color: yellow;*/
	display: flex;
	flex-direction: column;
}