* {box-sizing: border-box; margin: 0; padding: 0;}

h1 {display: flex; justify-content: center; font-family: Verdana, Geneva, Tahoma, sans-serif; padding-top: 1%; padding-bottom: 2%; 
    color:yellow; font-size: 6.5vmin; margin-top: 20px; margin-bottom: 20px;}

.containerProducts {display: flex; flex-wrap: wrap; justify-content: center; margin: 5px;}
.oferProduct {display: flex; flex-direction: column; align-items: center; }
.botonTitle {color: red; background-color: #222222; border-color: red; border-style:ridge; border-radius: 3px; 
                border-width: 1px; text-align: center; border-width: 1px; font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
                padding: 4px;}
.divImg {display: flex; flex-direction: row; justify-content: center; margin: 0; margin-top: 10px; margin-left: 50px;}
.productImg {display: flex; flex-direction: column; align-content: center; width: 80%;}
.price {display: flex; flex-direction: row; padding: 10px; justify-content: center; font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;}
.priceReg {text-decoration:line-through; padding-right: 9px; color: red; padding-top: 4px; font-size: 16px;}
.priceOff {font-size: 22px; font-weight: 550; color: red;}


