*{
    padding: 0px;
    margin: 0px;
}

body{
    background-color: black;
}

#main-Heading, #view-cart{
    color: #fff;
    text-align: center;
    margin: 10px;
    padding: 30px;
}


.headings{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Header section */
.header{
    width: 100%;
    height: 80px;
    background-color:black;
}

.header div{
    display: inline-flex;
}

.logo{
    width: 20%;
    height: 80px;
    align-items: center;
    justify-content: center;
}

.logo img{
    width: 100px;
}

.navbar {
    width: 49%;
    height: 80px;
    position: absolute;
    /* align-items: center; */
    justify-content: center;
}

.navbar ul{
    text-align: center;
}

.navbar ul li {
    display: inline-block;
    width: 50px;
    height: 1px;
    padding: 20px;
    text-align: center;
    display: inline-block;
    margin: 10px;
    color: black;
    color: white;
}

.navbar ul li a{
    text-decoration: none;
    color: white;
}

.tools{
    color: #fff; 
    font-size: 24px;
    float: inline-end;
    padding: 15px 0px 0px 0px;
}

.tools img{
    width: 150px;
}

.products-buy{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: black;
    /* width: 100%; */
    /* height: 480px; */
    margin: 8px;
    background-color: black;
   
}

.products{
    width: 305.5px;
    height: 400px;
    margin: 10px;
    background-color: rgb(28,28,28);
    color: #fff;
    overflow: hidden;
}

.products img{
    width: 90%;
    height: 60%;
    margin: 13px;
}

.products p{
    margin: 0 0 13px 13px;
}


ins{
    margin: 0 0 13px 13px;
    list-style: none;
    text-decoration: none;
    color: red;
}

del{    
    margin: 0 0 0 5px;
    color:dodgerblue;
}

.products button{
    /* width: 120px; */
    width: 305.5px;
    margin: 2px;
    display: block;
    color: #fff;
    background-color: rgb(41, 150, 216);
    border: none;
    padding: 10px;

}

.view-cart{
    margin: 2px;
    display: block;
    color: #fff;
    background-color: rgb(41, 150, 216);
    border: none;
    padding: 10px 20px;
}