#content_navbar{
    display: flex;
    /* //gap: 5%; */
}
#content_navbar>div{
    display: flex;
    gap:2%
    
}
#content_navbar >div>img{
    width: 30%;
}

#content{
    width: 80%;
    margin: auto;
}
#container{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    text-align: center;
    margin-top: 50px;
    gap: 30px;
}
#features{
    display: flex;
    gap: 10px;
}
#features>div>h5{
    width: 100px;
    height: 30px;
   /* // border: 1px solid blue; */
    text-align: center;
    
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    border-radius: 10px;
    background-color: antiquewhite;
   
}
#long{
    width: 300px;
    height: 100px;
    border: 1px solid red;
    text-align: center;
    justify-content: right;
}
#s1{
    display: flex;
}
#element{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 80%;
    background-color:whitesmoke;
    padding-top: 50px;
    border-radius: 20px;
    height: 500px;
}
#element>img{
    width: 100%;
}
   
body{
    background-color: rgb(243, 242, 242)
}

#price{
    /* border: 1px solid red; */
    width: 200px;
    line-height: 20px;
    font-size: 20px;
    color: brown
   

}
#element>#button{
    background-color: rgb(227, 56, 56);
    padding:10px;
    color: aliceblue;
    border: 0px;
    border-radius: 10px;
    margin-left: 150px;
}
    
#element>img{
    width: 90%;
    height: 300px;
   
}
