.titles {
    text-align: center;
    font-family: impact;
}; 
.p {
    font-family: arial; 
    margin-bottom: 15px;
    font-size: 18px;
    text-indent: 8px;
};
.img {
    text-align: center
};
.href {
    text-decoration: 'none';
    font-weight: 'bolder';
};
.h1{
    text-align: center; 
    text-decoration: 'underline'; 
    font-family: tahoma; 
    text-decoration-color: 'rgb(12, 143, 100)';
    font-weight: 900px;
}

.h1 {
    text-align: center; 
    text-decoration: underline; 
    font-family: "tahoma"; 
    text-decoration-color: gold;
    font-weight: bolder;
}

.quote {
    text-align: center; 
    font-size: 16px;
}

.subTitle {
    text-align: center;
    font-size: 20px;
    margin-top: 15px; 
    color: rgb(40, 150, 200);
    font-weight: bold;
}

.a {
    margin-left: 1px;
    margin-right: 1px;
}

.img {
    margin-top: 10px; 
    margin-bottom: 10px;
    border-radius: 5px;
}

.products {
    text-align: center;
}
body {
    font-size: 18px;
}