body {
  margin: 0;
  padding: 0;
  /* background-image: url('https://y3lizxjwdw5r.neocities.org/imgs/background_flower2.gif'); */
  background-image: url('https://y3lizxjwdw5r.neocities.org/imgs/pattern%20316.gif');

  font-family: Arial, sans-serif;
}

.container {
  max-width: 60%;
  max-width: 600px; /* Larghezza massima della card in pixel */

  margin: 20px auto;
  /* background-color: rgba(255, 255, 255, 0.8); */
  background-image: url('https://y3lizxjwdw5r.neocities.org/imgs/pattern%20308.gif');

  padding: 20px;
}

.post {
  background-color: rgba(255, 255, 255, 0.6); /* Imposta l'opacità solo sui post */
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.post img {
  max-width: 400px; /* Larghezza massima della card in pixel */

  max-width: 59%;
  display: block; /* Imposta l'immagine come blocco per centrarla correttamente */
  margin: 0 auto 10px; /* Centra l'immagine e aggiunge uno spazio sotto */
  border-radius: 5px;
}

.post-content {
  text-align: center; /* Centra il testo */
}

.post-date {
  text-align: center; /* Centra la data */
}



