@charset "utf-8";
/* CSS Document */


.tu-testo-tu {
	width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
  font-family: sans-serif;
}

.tu-testo-tu__title {
  margin: 0 0 12px;
  font-size: 2rem;
}

.tu-testo-tu__text {
  margin: 0 0 20px;
  line-height: 1.6;
  font-size: 1rem;
}

/* Pulsante */
.tu-testo-tu__button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 0.95rem;
  transition: background-color 0.3s ease;
}

.tu-testo-tu__button:hover {
  background-color: #333;
}
/*
</style>

<div class="tu-testo-tu">
  <h2 class="tu-testo-tu__title">VENERDI’, 2 MAGGIO, </center><br>I RAPPRESENTANTI DI CLASSE DEL LICEO SERENI </h2>

  <p class="tu-testo-tu__text-1">
      8 marzo "Commemorazione di don Piero Folli"
  </p>
</div>