.navbar{
    background-color: 
    #D32F2F !important;
}
.nav-link{
    color: #fff !important;
    font-weight: bold !important;
}
.fa-shopping-cart,.fa-user-circle-o{
    font-size: 32px !important;
}
.fa-truck,.fa-thumbs-o-up,.fa-headphones{
    font-size: 50px !important;
    margin-right: 10px;
    color: #D32F2F !important;
}
h3{
    color: #D32F2F !important;
}
.card1,.card2,.card3{
    display: flex;
    width: 300px;
    height: 70px;
    background-color: #fff;
    box-shadow: 2px 4px 5px gray;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.newArrivals{
    margin-top: 50px;
}
.card{
    width: 200px;
    height: auto !important;
    margin-bottom: 5px;
}
.card-text{
    font-weight: bold;
}
.mainCard{
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
.btn-primary{
    width: 100%;
    background-color:#D32F2F ;
}
/* .Heading{
    text-align: center !important;
    font-weight: bold !important;
    color: #fff !important;
    margin: 20px  !important;
} */
.footer{
    width: 100%;
    background-color: #D32F2F;
    height: 100%;
    text-align: center;
}
h4{
    color: #fff;
}
@media screen and (max-width: 600px) {
    .card1,.card2,.card3{
        width: 100%;
    }
    
  }