
/* body */
body {
  margin-right: 3%;
  margin-left: 3%;
  background-color: rgb(255, 245, 204);
  color: black;
}

/* testo giustificato */
.giustificato {
  margin-right: 3%;
  margin-left: 3%;
 text-align: justify;
 /* font-family: fantasy; */
}

/* titolo home */
.titolohome {
 text-align: center;
 color: rgb(208,40,0);
 font-size: 2.7em;
}

/* pulsante */
.pulsante {
 /* background-image: url("img/bgpulsante.jpg");
 background-repeat: repeat;
 */
 font-style: italic;
}

.bianco {
 color: rgb(104,63,71);
 font-size: 1.4em;
 line-height: 2.3em;
 text-align: center;
 text-decoration: none;
}

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

/* links */
a {
 color: rgb(104,63,71);
 text-decoration: none;
}
