body {
    background: #512d38; 
    color: #ffe9f3
}

h1 {

    text-align: center;

}

li {
    list-style-type: none;
}


.menu {
    color: #87baab;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    text-decoration: none;
}

.product_header {
    color: #000000;            
    font-size: 18px;             
    font-weight: 400;         
    background-color: #b27092; 
}

.product_info {
    color: #87baab;
    font-size: 14px;
    font-family: 'italic';
    line-height: 16px;
}

.product_info_long {
    color: #87baab;
    font-size: 16px;
    font-weight: 400; 
    font-family: 'italic';
    line-height: 24px;
    text-align: left;
}

.characteristics {
    list-style: none;          
    padding-left: 30px;        
    font-family: 'Georgia', serif; 
    font-size: 15px;           
    color: #333;               
    line-height: 1.8;          
    background-color: #b27092;  
    padding: 15px 15px 15px 40px;
    border-radius: 10px;
}

.characteristics li {
    margin-bottom: 8px;       
    position: relative;        
    padding-left: 5px;
}

.characteristics li::before {
    content: "";                        
    position: absolute;
    left: -25px;
    top: 2px;
    width: 20px;                       
    height: 20px;
    background-image: url('../img/cat.jpg');
    background-size: cover;            
    background-repeat: no-repeat;
    background-position: center;
}
