html {
    background-color: #d9e3e4;
}


header{
    margin-bottom: 1%;
    border-bottom: 3px solid;
    text-align: center;
    height: 10%;
    background-color: #e6ebef;
    font-size: 60px;
    font-family: 'Lucida Sans';
    font-style: italic;
    color: #4e677c;
}

aside{
    width: 21%;
    padding: 10px;
    text-align: center;
}

article{
    width: 74%;
    text-align: left;
    height: 129%;
    position: absolute;
    left: 24%;
    top: 14%;
}

td{
    text-align: center;
    padding-top: 3%;
    padding-right: 10px;
    width: 50%;
}

/*Elemento della tabella testo*/
.txt{
    text-align: justify;
}

p{
    display: inline;
    text-align: justify;
    font-family: 'Lucida Sans';
    font-size: 21px;
    color: #3a4d4d;

}

#monet{
    height:75%; 
    width:75%;
    margin-top: 11%;
    border: 3px solid rgb(206, 211, 215);
}

#firma{
    width:70%;
    margin-top: 17%;
}

#autoritratto{
    height: 50%;
    width: 50%;
    margin-top: 8%;
    border: 3px solid rgb(206, 211, 215);
}

#lunga{
    height: 60%;
    width: 100%;
    display: block;
    border: 4px solid #786042;
    margin-bottom: 5px;
}

.quadr{
    width: 100%;
    display: block;
    border: 4px solid #786042;
    margin-bottom: 5px;
    margin-top: 5px;
}

a{
    font-family: 'Lucida Sans';
    font-size: 13px;
    color: #8c6709;
}

h3{
    font-size: 30px;
    font-family: 'Lucida Sans';
    font-style: italic;
    color: #81623e;
    margin: 0%;
    margin-bottom: 7px;
    letter-spacing: 2px;
}

footer{
    border-top: 3px solid;
    text-align: center;
    background-color: #606060;
    font-size: 20px;
    font-family: 'Lucida Sans';
    color: #bdbdbd;
}

