

.navbar {
    background-color: #28a745; 
}

.navbar-brand, .navbar-nav .nav-link {
    color: #343a40; 
}


#plant-image {
    max-width: 100%;
    height: auto;
}


.d-flex {
    justify-content: center;
    align-items: center;
}


.text-center {
    text-align: center;
}

.h2, .h3 {
    font-family: Arial, sans-serif; 
    color: #333; 
}


footer {
    margin-top: 50px; 
    font-size: 14px;
    color: #777;
}
