body {
  padding-top: 15%;
}
.starter-template {
  padding: 150px 50px;
  text-align: center;
}


#quote{font-size: 32px; color: rgb(245,222,179); opacity: 1; filter: alpha(opacity=100); }
#quotebox { opacity: .25; filter: alpha(opacity=35); } 
#boxB {opacity: .80; filter: alpha(opacity=80); }

#ombra {height:110%; background-color:rgba(38,37,37,0.35);
-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 20px;
	border: 1px solid rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
}





A:hover {
   color:rgb(245,222,179);
   text-decoration: none;
    background-color: none;
    	opacity: 5;	
	transition: .9s ;
} 

input[type="text"] {
       border: 1;
       background: transparent;
       color: rgb(245,222,179);
     }
     textarea[name="body"] {
       border: 1;
       background: transparent;
       color: rgb(245,222,179);
     }
     
     textarea[name="object"] {
       border: 1;
       background: transparent;;
       opacity:0.8;       
     }textarea[name="email3"] {
       border: 1;
       background: transparent;;
       opacity:0.8;       
     }textarea[name="em"] {
       border: 1;
       background: transparent;;
       opacity:0.8;       
     }textarea[name="email2"] {
       border: 1;
       background: transparent;;
       opacity:0.8;       
     }
     .testoCorpo{
	font-family: 'Nothing You Could Do';
	font-size:22px;
	
}
.testoCorpo2{
	font-family: 'Mrs Saint Delafield';
	font-size:36px;
	
}
.testoCorpo3{
	font-family: 'Cinzel';
	font-size:16px;
	
}
.testoCorpo4{
	font-family: 'Cinzel';
	font-size:36px;
	
}
.testoCorpo5{
	font-family: 'Nothing You Could Do';
	font-size:20px;
	
}

#submit {
  background-color: #525354; /* colore di sfondo    */
  border: 2px solid #6b6c6d;
  border-radius: 10px;       /* bordo dell'elemento */
  color: #fff;               /* colore del testo    */
  font-weight: bold;         /* testo in grassetto  */
  padding: 0;                /* padding             */
  height: 25px;              /* altezza             */
  width: 180px;               /* larghezza           */
}
#cancella {
  background-color: #525354; /* colore di sfondo    */
  border: 2px solid #6b6c6d;
  border-radius: 10px;       /* bordo dell'elemento */
  color: #fff;               /* colore del testo    */
  font-weight: bold;         /* testo in grassetto  */
  padding: 0;                /* padding             */
  height: 25px;              /* altezza             */
  width: 100px;               /* larghezza           */
} 