
        body {
            font-family: Arial, sans-serif;
            line-height: 1.6;
            margin: 20px;
        }

       .product-des {
            border: 1px solid #ccc;
            padding: 20px;
            border-radius: 5px;
        }

       .product-img img {
            max-width: 100%;
            height: auto;
            margin: 5px;
        }
    