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

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

/* titolo home */
.titolohome {
 text-align: center;
 color: white;
 font-size: 3.2em;
}

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

.bianco {
 color: gray;
 font-size: 1.4em;
 line-height: 2.3em;
 text-align: center;
 text-decoration: none;
}

.biancoleft {
 color: gray;
 font-size: 1.4em;
 text-align: center;
 text-decoration: none;
 
}

/* links */
a {
 text-decoration: none;
}