#about-main {
    font-size: 25px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    /*padding: 0px 60px 0px 60px;*/
    z-index: 20;
}

#english-about-section {
    position: relative;
    z-index: 1;
    color: rgb(75,73,108);
    text-align: center;
}
/*
section {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

/* just because this page is half empty

footer {
    position: fixed;
    bottom: 0px; 
    width: 100%;
}
*/

#about-img-container {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

#about-img{
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* garantisce niente stretch */
  z-index: 0;
  opacity: 0.5;
}

#about-text {
    margin-left: 60px; 
    margin-right: 60px;  
}