h1,
h2:not(footer h2),
h3,
p:not(footer p){
  margin: 20px;
  text-align: center;
  color: aliceblue;
}

.mainDiv Strong{
  text-decoration: underline orange;
  text-decoration-thickness: 4px;
  text-underline-offset:  6px;
}

.mainDiv h1 {
  font-size: 250%;
  font-family: "Jersey 10", sans-serif;
  font-optical-sizing: auto;
}
.mainDiv p, .mainDiv li {
  font-size: 175%;
  font-family: "Jersey 10", sans-serif;
  font-optical-sizing: auto;
}

  

body {
  background-image: url(./media/bg_CoT_mainPage.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

.mainBackground {
  background-image: url("./media/bg_CoT_mainPage.png");
  background-size: 100% auto; /* L’immagine copre tutto lo schermo */
  background-repeat: no-repeat; /* Evita duplicazioni */
  background-position: center; /* Mantiene il focus al centro */
  width: 100%;
  height: 5000px; /* Occupa l’intera altezza dello schermo */
}
