.header-info{
    background-color: #693f08;
    color: white !important;
}


.home-container{
    min-height: 85vh;
    background: linear-gradient(to top,#73460a6e,white);
}

.home-container h1{
    color: #73450a;
}

.btn-choclate{
    background-color: #73450a !important;
    color: white !important;
    
}

.icon-box i{
    color: #73450a;
}

.total-items{
    background-color: rgba(161, 158, 158, 0.71);
    border-radius: 20px;
}

.img_box{
    background-color: rgb(241, 239, 239);
}


.custom_tshirt{
    background-color: rgba(193, 191, 191, 0.86);
}

.custom_tshirt h1{
    color: #693f08;
}

.custom_tshirt p{
    line-height: 1.8rem;
}


