#pagina {
    background-image: url(triscele_sfondo.jpg);
    display: flex;
    width: 100vw;
    height: 80vh;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#contenuto {
    background-color:rgba(255, 255, 255, 0.623);
    height: 30vw;
    width: 35%;
    display: flex;
    align-items: flex-start;
    justify-content: none;
    border-radius: 10px;
    font-size: 2.3vw;
}



