
/* body */
body {
    margin-right: 3%;
    margin-left: 3%;
    background-color: brown;
    color: white;
}

body.home {
    margin-right: 3%;
    margin-left: 3%;
    background-color: brown;
    color: white;

}

/* testo giustificato */
.giustificato {
    margin-right: 3%;
    margin-left: 3%;
    padding: 0.5em 0.5em 0.5em 0.5em;
    text-align: justify;
    color: white;
}

/* titolo home */
.titolohome {
    text-align: center;
    color: white;
    font-size: 2.8em;
    text-shadow: black 1px 1px;
}

/* pulsante */
.pulsante {
    font-style: italic;
}

.bianco {
    color: white;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 2.3em;
    text-align: center;
    text-shadow: black 1px 1px;
}

.biancoleft {
    color: rgb(63, 94, 56); 
    font-size: 1.4em;
    text-align: center;
    text-decoration: none;

}

/* links */
a {
    color: white;
    text-decoration: underline;
}

