/* Centrare il contenitore principale */
.Field__header, .Field, .LiveField__header, .LiveField, .SuccessfulSubmission {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
  margin: 0 auto !important;
  max-width: 600px !important; /* Imposta la larghezza massima desiderata */
  font-family: 'Noto Serif', serif !important;
  font-weight: bold !important;
}

.LiveField {
  width: 100% !important;
}
