.itmContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.item {
  width: 180px; /* Imposta la larghezza desiderata */
  height: 100px; /* Imposta l'altezza desiderata */
  margin: 10px; /* Imposta i margini desiderati */
  background-color: lightgray;
  color: white;
}

.itmgreen{
  background-color: green;
}
.itmred{
  background-color: red;
}
.itmyellow{
  background-color: yellow;
}
.itmorange{
  background-color: orange;
}
.itmlnk
{
    color: white;
    text-decoration:  underline;
}

.itmDescrizione
{
    padding:4px;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: bold;
}
.itmToolbar
{
    padding:4px;
    text-align: center;
    color: white;
}
.ico30 {
    width: 30px;
    height: 30px;
}
.ico34 {
    width: 34px;
    height: 34px;
}



