*{
    margin: 0;
    padding: 0;
}
.container{
    height: 10vh;
    background-color:black;
    display:flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}
.container nav ul{
    display: flex;
    list-style-type: none;

}
.container nav ul li a{
    margin: 0px 10px;
    text-decoration: none;
    color: white;
}
.landing{
    height: 90vh;
    background-image: url(pexels-simon73-1323550.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 70px; */
    line-height: 1.5;
}
.landing button{
     margin: 10px 0px;
     border: 1px solid;
     border-radius: 15px;
     padding: 5px;
}
.buttons{
display: flex;
justify-content: space-around
}
.buttons button{
    width: 30%;
    padding: 5px;
    border-radius: 15px;
}
.Hari img{
 height: 250px;
 width: 250px;
 border-radius: 20px;

}
.products{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
h2{
    color: rgb(71, 71, 171);
}
.foot{
    background-color: rgb(10, 38, 65);
    color: white;
    text-align: center;
}
.products button{
    margin: 10px 0px;
     border: 1px solid;
     border-radius: 15px;
     padding: 5px;
     background-color:rgb(127, 183, 202) ;
}