.center-stemma {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}

h1,
h2,
p {
  text-align: center;
}

.image-container {
  display: flex;
  justify-content: center;

  img {
    height: 200px;
    object-fit: cover;
    margin-left: 1em;
    margin-right: 1em;
  }
}

body {
  padding: 1em;
}

.center-albero {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
}