/*all heading styling*/
.heading {
    color: rgb(13, 26, 120);
    text-decoration: solid;
    text-decoration: underline;
}


#para {
    color: rgb(0, 0, 0);
    font-size: larger;
    text-align: center;
    text-decoration: solid;

}

/*all files's  body id*/
#abc {
    font-family: 'Alegreya Sans';
}

.product_para {
    font-size: 20px;
}

.product_heading {
    font-size: 45px;
}