body{
 background-color:#8AE39C;
 color: #103428;
 background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR-le-5aUlYI7Jy0mb13GWv91dRGgx_QUM-pw&s);
 background-repeat: no-repeat;
 background-size: cover;
}

h1{
  color: white;
  text-align: center;
  background-color: rgba(16, 52, 40, 0.6);
}

h2{
  background-color: #2A7143;
  color:#24340E;
  background: linear-gradient(to right, #9FE340, #76A92F);
}

.a{
  background-color:LimeGreen;
}

.b{
  background-color:YellowGreen;
}

.c{
  background-color: rgba(0, 255, 0, 0.3);
  }
  
p{
    color:DarkGreen;
 }
 
div{
  color:white;
  background-image: url(https://leafeco.com.br/wp-content/uploads/2024/08/simbolismos-da-cor-verde-1024x684.webp);
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  }
    
footer{
  background-color:#006400;
  color: white;
  text-align:center;
  padding: 2px;
}
    

