body {
    font-family: sans-serif;
    background-color:lightgreen;
    color: black;
    margin: 0;
}

header {
    
    
}




    



    


.nav-link {
    text-decoration: none;
}

h1 {

}

p {
    font-size: 20px;
}


   


   


.article-but {
    
}

footer {
   background-color: antiquewhite;
   text-align: center;
}

footer a {
    
}

footer p {
}
.logo {
    width: 100px;
    height: 100px;
}
h1 {
    text-align: center;
}
nav {
    
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    border: 5px double green;
     background-color: bisque;
border-radius: 30px;
color: black;
padding: 20px;
}


nav a {
        text-decoration: none;
        background-color: bisque;
        border: 5px double green;
        font-size: 20px;
        color:black;
        padding: 10px;
}
h2{
    text-align: center;
    background-color: chartreuse;
}
.product {
    background-color: bisque;
    border:2px solid black;
    width:400px;
    text-align: center;
    margin: 10px;
    padding: 20px;
    border-radius: 20px;
 
}
button {
    text-align: center;
    background-color: aliceblue;
    border-radius: 20px;
    border: 5px solid blue;
     font-size: 20px;
}
.img_product{
    width: 200px;
    height:100px;
}
.catalog{
    display:flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.img_product_sales {
     background-color: rgb(10, 247, 195);
    border:2px solid black;
    width:200px;
    height: 100px;
    text-align: center;
    margin: 10px;
}
.sales {
    background-color:red;
    display:flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.ght {
    width: 100%;
}
.about {
    text-align: center;
}
