*{
    margin: 0px;
    padding: 0px;
    
}
body{
    width: 80%;
    margin: auto;

}
nav{
    display: flex;
    justify-content: center;
    justify-content: space-around;
    margin-top: 10px;
    position: sticky;
    top: 0;
    background-color: aliceblue;
    
}
nav input{
    height: 30px;
    width: 40%;
    margin-top: 50px;
    padding-left: 13px;
    margin-left: -242px;
    
}
nav img{
    width: 130px;
    height: 100px;
}
.log a{
    text-decoration: none;
    list-style: none;
    color: #84c225;
    font-weight: bold;
}
.bag img{
    width: 3vw;
    height: 30px;
}
.bag{
    width: auto;
    height: 70px;
    margin-top: 10px;
    font-size: 17px;
    padding: 10px 15px;
    background-color:rgb(248, 224, 191) ;
   
}
.bag:hover{
    cursor: pointer;
    background-color: rgb(248, 244, 238);

}
.img>img{
    width: 100%;
    margin-bottom: 30px;
}
#log-in{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 50%;
    height: 300px;
    text-align: center;
    padding-top: 50px;
    margin: auto;
    background-color: rgb(217, 194, 239);

}
#log-in p,button,input{
    font-size: larger;
}
button{
    background-color: rgb(120, 222, 120);
    padding: 20px 20px;
    width: 70%;
    border: none;
    border-radius: 10px;
    margin-top: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    
}
button:hover{
    cursor: pointer;
    background-color: rgb(130, 179, 130);
}
#log-in p{
    color: green;
    font-weight: bold;

}
#log-in input{
    height: 40px;
    text-align: center;
    width: 60%;
}

#footer{
  
    width: 100%;
    height: 90vh; 
    
    display: flex;
    justify-content: space-between;
    flex-direction: column;

}

#footer1{
    width: 100%;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#footer2{
    width: 100%;
    height: 35vh;
    font-family: "arial";
    
}
.inside_footer1{
    width: 20vw;
    height: 70%;
    display: flex;
    flex-direction: column;
    color: grey;
    font-family:"arial";
    font-weight: 70;
    letter-spacing: 1px;
    font-size: 13px;
    
}
.inside_footer1 ul li{
    margin-top: 2vh;
}
.inside_footer1 ul li:hover{
    color: lawngreen;
}
.inside_footer1 span{
    font-size: 15px;
    color: forestgreen;
}
hr{
    margin-top: -10vh;
}
#footer2 span{
    color: forestgreen;
    
}
#footer2 p{
    color: grey;
    font-size: 13px;
    margin-top: 2vh;
    
}
#footer li:hover{
    cursor: pointer;
}

.social{
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
    width: 180px;
}