body {
  background-color: #d8e3d0; /* Salvia chiaro */
  color: #1a1a1a;
  font-family: 'Georgia', serif;
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 20px;
  line-height: 1.8;
}

h1 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 30px;
  color: #305030;
}

p {
  margin-bottom: 20px;
}

.turtle-left, .turtle-right {
  position: fixed;
  bottom: 20px;
  width: 100px;
  opacity: 0.9;
  z-index: 1000;
  transform: rotate(-8deg);
}

.turtle-right {
  right: 20px;
  transform: rotate(8deg); /* Inclinata in senso opposto */
}

.turtle-left {
  left: 20px;
  transform: rotate(-8deg); /* Inclinata in senso opposto */
}

footer {
  margin-top: 50px;
  padding: 20px;
  font-size: 0.9em;
  color: #999;
}

