*{
    box-sizing: border-box;
}
.navbar{
    flex-direction: column;
    height: 200px;
}
.navbar::before{
    content: "";
    position: absolute;
    background-color: black;
    opacity: 0.1;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.navbar ul{
    position: relative;
    align-items: center;
    justify-content: center;
}

.logo{
    position: relative;
    left: 88px;
    height: 27px;
    font-size: 2.5rem;
}
.navbaritem a{
    right: 145px;
    margin: 19px 25px;
    padding: 16px 0px;
 }

 #search{
    right: 4px;
    margin: 18px 20px;
    padding: 16px 0px;
 }

#bodypart{
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.container{
    display: block;
    width: 48%%;
    align-items: center;
    justify-content: center;
}
.container .box{
    padding: 2px 3px;
    margin: 3px 4px;
    width: 100%;
    /* height: 350px; */
    /* overflow: hidden; */
    /* left: 32px; */
}