body, html {
  height: 100%;
  margin: 0;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  
}

img {
  max-width: 100%;
  max-height: 100%;
  width:350px
}

p {
  margin-top: 20px; /* Aggiungi spazio sopra il paragrafo */
  text-align: center; /* Centra il testo */
  font-size: 18px; /* Dimensione del testo */
  font-family:Verdana;
}