body {
  background-color: lightblue;
}

h1 {
  color: black;
  text-align: center;
  font-family: verdana;
  font-size: 14px;
}

h3 {
	color: black;
  text-align: center;
  font-family: verdana;
  font-size: 20px;
}

p {
  font-family: verdana;
  font-size: 12px;
}

/* style="background-color:#aaa;" */
/* Create three unequal columns that floats next to each other */
.colonna {
  float: left;
  padding: 0px;
  height: 180px; /* Should be removed. Only for demonstration */
}

.left, .right {
  width: 30%;
  
}

.middle {
  width: 40%;
}

/* Clear floats after the columns */
.lato:after {
  content: "";
  display: table;
  clear: both;
}

.mov {
	/*border: 2px solid black;*/
	font-size: 172px;
	color: green;
	letter-spacing: 20px;
  text-align: center;
  text-shadow: 4px 4px 8px #000000;
}

.per {
	/*border: 2px solid black; */
	font-size: 28px;
	color: black;
  text-align: center;
  margin-top: 40px;
}

.for {
	/*border: 2px solid black;*/
  font-size: 42px;
	color: black;
  text-align: center;
}

.test {
	font-family: verdana;
  font-size: 20px;
}

ul {
  list-style-type: none;
  margin-left: 37%;
  margin-right: 38%;
  padding: 0px;
  background-color: green;
  display: flex;
  justify-content: center;
}

ul li a {
  display: block;
  color: yellow;
  padding: 16px 16px;
  text-decoration: none;
}

ul li a:hover {
  background-color: red;
}
	 
.otto {
  text-align: center;
	margin-left: 23%;
	margin-top: 2%;
}

.mes {
	text-transform:uppercase;
}

.inizio {
	color: black;
  text-align: center;
  font-family: verdana;
  font-size: 28px;
  margin-bottom: 1%;	
}

.sinistra {
	float: left;
	width: 49%;
	height: 300px;
  /*border: 2px solid black;*/
}

.destra {
	float: right;
	width: 49%;
	height: 300px;
  /*border: 2px solid black;*/
}

.cent {
	/*border: 2px solid black;*/
	text-align: center;
	margin-left: 30%;
  height: 260px;
  background-color: #f1f1f1;
  box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.2);
}

.cento {
	/*border: 2px solid black;*/
	text-align: center;
  margin-right: 30%;
  height: 260px;
  background-color: #f1f1f1;
  box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.2);
}

.ci {
	
}

.buon {
	text-align: center;
	font-size: 62px;
	padding-top: 100px;
}

.buono {
	text-align: center;
	font-family: verdana;
  font-size: 18px;
}

.noi {
	/*border: 2px solid black;*/
	margin-top: 10px;
	margin-left: 300px;
	margin-right: 300px;
}

.chi {
	border: 2px solid black;
	margin-top: 10px;
	margin-left: 200px;
	margin-right: 200px;
	font-family: verdana;
  font-size: 20px;		
}

.siamo {
	border: 2px solid black;
	margin-top: 2px;
	margin-left: 200px;
	margin-right: 200px;
	font-family: verdana;
  font-size: 24px;	
}