body {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	background-color: white;
	font-family:  Verdana, Arial, sans-serif;
}



h1 {
	color: white;
}

footer {
  display: flex;
  margin-left: 8px;
  margin-right: 8px;
}

.txtNomProducte {
	margin-left: 20px;

}

.txtGeneral {
	margin-left: 20px;
	margin-top: 0px;

}
.tabella {
	display: flex;
	flex-direction: row;
	border:solid 2px;
	border-color:black;
	margin-top: 20px;

}
.content {
	display: flex;
	flex-direction: column;

}

.immagine {
	border: 0 ;
	height: 200px;
	width: 130px;

}

.logo, .titolo {
	text-align: center;
}

.verde {
	display: flex;
    flex-direction: column;
	background-color:green;
	text-align: center;
    vertical-align: top;
	height: 73.8667px;
}



.finale {
	color:red;
}



.info {
	 margin-left: auto;
	 text-align: right;
}

/* Responsive di sto cazzo */

@media screen and (max-width: 625px) {
	h2 {
		text-align: center;
	}
	.content {
		flex-direction: column;
	}

    .verde {
		height: 95px;
	}
}

@media screen and (max-width: 380px) {
	footer {
		flex-direction: column;
	}

}

@media screen and (max-width: 380px) {
	.verde {
		height: 130px;
	}
}
