/* header */
.navbar-brand img {
    height: 100px;
}

#header {
    display: flex;
    justify-content: end;
    width: 100%;
}

.nav-area .menu-btn-style {
    width: 150px;
}

/* products */
.products {
    justify-content: center;
    align-items: center;
    display: flex;
}