body{
  
    background-color: #E0FFFF;
    color: #222;
    line-height: 1.6;
    background-image: url('fundo.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 0 20px;
    ;
  }
  
  h1{
  text-shadow: 10px 10px 10px #9ACD32, -10px -10px 10px #D2691E;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  color: #FFDEAD;
  background-color: rgba(210,180,140, 0.6);
  border-radius: 20px;
  }
  
  h2{
    color: NavajoWhite;
     font-family:'Poppins', sans-serif; 
     text-align: center;
     background-color: rgba(210,180,140, 0.6);
     border-radius: 20px;
  }
  h3{
    color: NavajoWhite;
     font-family:'Poppins', sans-serif; 
     text-align: center;
     background-color: rgba(210,180,140, 0.6);
     border-radius: 20px;
  }
  
.a{
  	color:#556B2F;
  	text-align: center;
  	background-color: rgba(245,222,179,0.6);
  	border-radius: 20px;
}


.b{ 
  color:#556B2F;
  text-align: center;
  background-color: rgba(245,222,179,0.6);
  border-radius: 20px;
  
}
.c{
  color:#556B2F;
  text-align: center;
  background-color: rgba(245,222,179,0.6);
  border-radius: 20px;
}
.d{
  color:#556B2F;
  text-align: center;
  background-color: rgba(245,222,179,0.6);
  border-radius: 20px;
}
.e{
  color:#556B2F;
  text-align: center;
  background-color: rgba(245,222,179,0.6);
  border-radius: 20px;
}