html, body {
    margin: 0;
    padding: 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.5vw;
}

container-gen {
    text-align: left;
    padding-right: 10vw;
    padding-left: 10vw;
}

/* Custom CSS for Section 1 */
.bg-section {
    background-image:
    linear-gradient(
    rgba(0, 160, 20, 0.6),
    rgba(0, 160, 20, 0.6)
    ), 
    url('../images/bg3.jpg');
    background-size: cover; /* Cover the entire area */
    height: 100vh; /* Full viewport height */
    display: flex;
    color: white; /* White text for contrast */
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7); /* Text shadow for readability */
}

.container1 {
    padding-left: 5vw;
    display: inline-block;
    font-size: 10vw;
    font-weight: normal;
}

.container2 {
    padding-top: 50vh;
    font-size: 3vw;
    display: inline-block;
    align-items: center;
    justify-content: center;
}
