html {
	height: 100%;
	
}

#container {
	/*background-color: #00BFB9;*/
	display: inline-flex;
	/*justify-content: space-around;*/
	flex-direction: column;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden; 
}

header {
	width: 99%;
	height: 5%;
	display: inline-flex;
	justify-content: space-between;
	flex-direction: row; 
	align-items: flex-start;
	background-color: white;
	/*background-color: #00BFB9;*/

}

img {
	height: 100%;
}


#aoste{
	height: 110%;
}


article {
	display: flex;
	align-items: center;
	height: 94%;
	width: 99%;
	
}