/* Start custom CSS */h2 .green{
  text-shadow: 0px 0px 8px #008A3D;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--Verde-Montesi, #008A3D);
  color: #0c0c0c;
  animation: fadeInRight 1s ease-out;
}

/* .default al centro con fade-in da sinistra */
h2 .default {
  color: #F2F2F2;
  animation: fadeInLeft 1s ease-out;
  text-shadow: none;
  -webkit-text-stroke-width: 0px;
}/* End custom CSS */