* {
    margin: 0;
    padding: 0;

}

/* header------------------------------------------------------------------- */
.navbar {
    flex-direction: column;
    align-items: center;
}

.navbar img {
    padding: 6px;
    height: 70px;
    width: 100px;
}

.navbar ul li {
    list-style: none;
    font-size: 1rem;
    display: block;
}

/* main body ----------------------------------------------------------------- */
.divmain {
    height: 260px;
}

.divmain h1 {
    font-size: 1rem;
}

.divmain p {
    text-align: center;
}
/* wheat---------------------------------------------------------------------------------------------------- */
.wheat {
    flex-direction: column;
    align-items: center;
}

.wheat img {
    height: 150px;
    width: 300px;
}

/* rice------------------------------------------------------------------------------------- */
.rice {
    flex-direction: column;
    align-items: center;
}

.rice img {
    height: 150px;
    width: 300px;
}
/* mustard----------------------------------------------------------------------------------- */
.mustard {
    flex-direction: column;
    align-items: center;
}

.mustard img {
    height: 150px;
    width: 300px;
}


/* honey bee-------------------------------------------------------------------------------- */
.bee {
    flex-direction: column;
    align-items: center;

}

.bee img {
    height: 150px;
    width: 300px;
}
.products {
    flex-direction: column;
    align-items: center;
}

.products img {
    height: 200px;
    width: 300px;
}

/* about us -------------------------------------------------------------------------------- */

.our {
    align-items: center;
    flex-direction: column;
}
.team {
    height: 300px;
    width: 300px;
}

.team3 {
    height: 300px;
    width: 300px;
}

/* footer ---------------------------------------------------------------------------------- */
.divf {
    width: 250px;
}

.last {
    flex-direction: column;
    align-items: center;
}