body {
    font-family: 'Segoe UI', sans-serif;
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}
.bg-darks{
    background: #fff;
}

body {
    background-color: #fff;
     font-family: 'Segoe UI', sans-serif;
}
.product-img {
    max-width: 100%;
    height: auto;
}
.price {
    font-size: 2rem;
    font-weight: bold;
    color: #f00;
}
.buy-btn {
    background: #03441F !important;
    color: white;
    border: none;
    padding: 10px 30px;
    font-weight: bold;
    font-size: 1.2rem;
    border-radius: 30px;
    transition: background-color 0.3s;
}
 
.rating i {
    color: gold;
}