body{
    background-color: rgb(247, 243, 243);
}
#home h1,h2{
    font-size: 10px;
}
#navbar ul li{
    list-style: none;
    font-size: .7rem;
padding: 0px,2px;
margin: 1px;
}
     .h-primary{
        font-size: 1.2rem;
        padding: 12px;}
    .h-secondary{
        font-size: 1.5rem;
        padding: 12px;}
      #product{
    margin: 34px;
    display:table-row;
   

  }
   #product::before{
    content: "";
    position: absolute;
    background: url(all.jpg)no-repeat center center/cover;
    height: 80%;
    width: 80%;
    z-index: -2;
    opacity: .5;}