.product-outer{
    /* background: #e4e4e4; */
    padding: 10px;
    
}

.product-description{
    font-family: 'Courier New', Courier, monospace;
}
.product-border{

    border: 1px solid #e4e4e4;
    border-radius: 8px;
}
.product-header{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #1d1b1b;
    font-size: 20px;
    font-weight: bold;
}