#entry_contatti{
    border-bottom-color: rgb(115, 115, 115);
}
html{
    width:100%;
}
body{
    background-color: rgb(255, 255, 255);
    border: 0ch;
    margin: 0%;
    width: 100%;
    overflow: hidden;
}

/*   --------------------------------------------------------------------------------------------------    */

.rettangolo {
    margin: auto; width: 400px;
    max-width: 95%;
    border: 2px solid; border-radius: 40px;
    margin-top: 30px; margin-bottom: 30px;

}
.rettangolo a, .rettangolo img{
    max-height: 90px;
    display: block;
    margin: auto;
    margin-top: 10px; margin-bottom: 10px;

}