
body{
  background-color: #DEB887;
  margin: 0;
  padding: 0;
}
.titolo{

  color:#822222;
  display: flex;
  height: 240px;
  width: 100%;

  justify-content: center;
  align-items: center;
  font-size: 100px;

}

.box{
font-family: verdana;
  background-color: #ADD8E6;
  justify-content: center;
  display: flex;
  flex-direction: row;
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
box-shadow: 0 10px 20px 0 rgba(0,0,0,0.2);
}
.centro{

font-size: 19px;
text-align: center;

}
.c{
  color: red;
  font-size: 27px;
}
.tipologie {

  color: #C70039;

  display: flex;
  flex-direction: column;
  width: 90%;
  margin: auto;
  margin-bottom: 20px;

}

h3{
  font-size: 20px;
  font-family: verdana;
}
h1{
  font-size: 100px;


}
h2{
  font-size: 50px;
font-family: verdana;

}
