/* Contenuti di Amedeo */

div.franciaContainer, div.matematiciContainer {
    margin: 5px auto;
    overflow: scroll;
    
}

div.franciaContainer {
    background: URL('../img/images/france.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 90%;
    max-height: 800px;
}

div.matematiciContainer {
    background: URL('../img/images/matematici.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;

}

#franciadiv, #matematicidiv
{
     position: relative;
     box-sizing: border-box;
     text-align: justify;
}

#franciadiv {
    background-color:  rgba(224,200,149,.7); 
    padding: 10px 50px;
    color: #503109;
}

div#franciadiv a{
    color: #503109;
}


#matematicidiv {
    background-color:  rgba(217,236,245, 0.2);
    padding: 10px 20px;
}

#franciah2
{
    text-align: left;
    color: #503109;
    padding-left: 10%;
    font-size: 2em;
    line-height: 1.15;
    background-color:  rgba(224,200,149,.7); 
    margin-bottom:0;
}
