body {
    font-family: Arial, sans-serif;
}

header {
    background-color: #343a40;
    color: white;
}

.container {
    margin-top: 20px;
}

.card {
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.card img {
    max-height: 200px;
    object-fit: cover;
}

#product-title {
    font-size: 2rem;
    font-weight: bold;
}

#product-description {
    font-size: 1.2rem;
    color: #555;
}

#whatsapp-number {
    font-size: 1rem;
}

#whatsapp-form button {
    margin-top: 20px;
}
.productImage {
    max-width: 50%;
  height: auto;
}