@media screen and (min-width: 850px) {
	.contenutoTesto {
		width:calc(100% - 200px);
		margin-left:100px;
	}
}

@media screen and (min-width: 1600px) {
	.contenutoTesto {
		width:calc(100% - 400px);
		margin-left:200px;
	}	
	
	.titoloGrande {
		font-size: 40px;
	}
}

