body {
    /* background-color: #f8f9fa;*/
   background-color: #002609 !important;
   background-image: none !important;

 /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */

    font-family: Arial, sans-serif;
}
h1 {
    /*color: #ffffff;*/
    font-family: Arial, sans-serif;
    color: #fff;
    font-weight: bold;
}
p.lead {
    color: #ffffff;
}

h1.hand {
    color: #ffffff;
   
    font-family: "Dancing Script", cursive; /*Handwriting font */ 

 	

    font-size: 60px; /* Added font size */	      	
}



img {
    display: block;
    margin: 0 auto;
}

#exploreBtn {
    font-family: Arial /* Apply Arial to the button */
}
.section-two {
    text-align: right; /* Aligns text to the right */
    font-family: Arial, sans-serif;
    color: #333333;
    font-size: 20px; /* Added font size */
    font-weight: bold;

    background-color:#E0FFE0;

    padding: 50px 0; /* Optional: adds vertical padding for better spacing */
    min-height: 100vh; /* Optional: ensures the section takes full viewport height */
}