.destra {
  text-align: right;
  background-color: #FFD700;
  font-size: 10pt;
}

.sinistra {
  text-align: left;
  background-color: #ADD8E6; 
  font-size: 10pt;
}

.centro {
  text-align: center;
  background-color: #90EE90; 
  padding: 10px;
}

.giustificato {
  text-align: justify;
  background-color: #FFB6C1;
  font-size: 10pt;
}