body {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	background-color: white;
	color:white
}

h2, b, p, li, h3{
	color: black;
	font-family:  Verdana, Arial, sans-serif;
}

table, td, tr{
	color: black;

}

a {
		font-family:  Verdana, Arial, sans-serif;
}
footer {
  display: flex;
  margin-left: 8px;
  margin-right: 8px;
}

.content {
	display: flex;
	flex-direction: column;
}

.capitolo_uno {
	display: flex;
	flex-direction: row;
}

.capitolo_due {
	display: flex;
	flex-direction: row;
	border-color: black;
	border-style: solid;
	border-width: 1px;
}

.logo, .titolo {
	text-align: center;
}

.verde {
	display: flex;
    flex-direction: column;
	background-color:green;
	text-align: center;
    vertical-align: top;
	height: 73.8667px;
}

.tabella {
	display: flex;
	flex-direction: row;
	border:solid 2px;
	border-color:black;
	margin-top: 20px;

}


.immagine {
	border: 0 ;
	height: 250px;
	width: 190px;

.esempio {
	max-width: 414px;
	max-height: 398px;
	margin: 10px;
}

.valvola {
	max-width: 250px;
	max-height: 250px;
	margin: 10px;
}

.finale {
	color:red;
}



.info {
	 margin-left: auto;
	 text-align: right;
}

/* Responsive di sto cazzo */

@media screen and (max-width: 625px) {
	h2 {
		text-align: center;
	}
	.capitolo_uno {
		flex-direction: column;
	}
	.capitolo_due {
		flex-direction: column;
	}
	.parte1 {
		margin-right: 8px;
		margin-left: 8px;
	}
	.esempio {
		align-self: center;
	}
	.capitolo_due {
		align-self: center;
	}
	.capitolo_uno {
		align-self: center;
	}

    .verde {
		height: 95px;
	}
}

@media screen and (max-width: 380px) {
	footer {
		flex-direction: column;
	}
}

@media screen and (max-width: 380px) {
	.verde {
		height: 130px;
	}
}
