*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.box{
    display: flex;
    justify-content: center;
   margin-top: 5%;
    gap: 500px;
    
}
.box1{
    border: 2px solid black;
    height: 300px;
    padding: 20px;
    border-radius: 20px;
    background-color: #FFD0C7;
}
#food{
    height: 30px;
    width: 100px;
    font-size: 17px;
    border-radius: 10px;
    background-color: #E9A5F1;
}

#clothing{
    height: 30px;
    width: 100px;
    font-size: 17px;
    border-radius: 10px;
    background-color: #E9A5F1;
}

#health{
    height: 30px;
    width: 100px;
    font-size: 17px;
    border-radius: 10px;
    background-color: #E9A5F1;
}
#all{
    height: 30px;
    width: 100px;
    font-size: 17px;
    border-radius: 10px;
    background-color: #E9A5F1;
}
#search{
    height: 30px;
    width: 200px;
    border-radius: 10px;
}
.btn{
    padding-top: 10%;
}
.bt1{
    height: 30px;
    width: 100px;
    font-size: 17px;
    border-radius: 10px;
    background-color: #B4EBE6;
}
#form{
    border: 2px solid black;
    height: 400px;
    width: 400px;
    margin: auto;
    margin-top: 10%;
    padding: 20px;
    background-color: #EABDE6;
    border-radius: 20px;
}
#title{
    height: 30px;
    width: 200px;
    border-radius: 20px;
}
#description{
    border-radius: 10px;
}
#img{
    height: 30px;
    width: 200px;
    border-radius: 20px;
}
.submit{
    height: 30px;
    width: 100px;
    font-size: 17px;
    background-color: #C4D9FF;
    border-radius: 20px;
}
.bt2{
    height: 30px;
    width: 100px;
    font-size: 17px;
    border-radius: 10px;
    background-color: #B4EBE6;
    margin-top: 5%;
}
.t1{
    text-align: center;
}
img{
    height: 200px;
    width: 200px;
    border-radius: 10px;
}
#ui div{
    border: 2px solid black;
    height: 400px;
    width: 400px;
    border-radius: 20px;
    margin-top: 5%;
    background-color: #C7D9DD;
    padding: 20px;
}