body{
    font-family: Helvetica, Arial, Geneva, sans-serif;
    font-size:100%;
    background-color:#e3e5e6;
    color: #000000; 
}

h1 {
    font-family: Helvetica, Arial, Geneva, sans-serif;
    font-size:120%;
    color: #000000; 
}
p {
    font-family: Helvetica, Arial, Geneva, sans-serif;
    font-size:80%;
    color: #5b5b5b; 
}

.content {
    text-align: center;
    margin-top: 3em;
}

#container {
    width: 85%;
    margin-left: auto ;
    margin-right: auto ;
    background-color:#ffffff;
    text-align: center;
    margin-top: 3em;
    box-shadow: #5b5b5b 0.1em 0.1em 0.1em;
    border: solid 1px white;
    border-radius: 1em;
}
#content {
    width: 85%;   
        margin-left: auto ;
        margin-right: auto ;
        background-color:#ffffff;
        text-align: left;
        margin-top: 3em;
    #padding:2em 0;
}

#bottone {
    text-align: center;
    margin-left: 40% ;
}

#footer {
    text-align: center;
    font-size:100%;
}


#loghi {
    text-align: center;
    margin-top: 10px;
}

#loghi li {
    list-style-type: none;
    display: inline
}

.img-responsive {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
