<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-image {
    border: 1px solid #000!important;
}

.product-image1 {
    border: 1px solid #000!important;
}

.about-para {
    padding: 10px;
    margin: 5px;
    margin-bottom: 10px;
    margin-top: 30px;
    font-weight: 600;
    border-radius: 15px;
    text-align: justify;
    border: 1px solid #000;
}

.about-para:hover {
    box-shadow: 5px 5px 5px #000;
    background-color: #79cef06b;
    color: #fff;
}

.zoom {
    transition: transform .7s;
    /* Animation */
}

.zoom:hover {
    transform: scale(1.1);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}</pre></body></html>