html {
    height: 100px;
}

body {
    background-image: url(image/background\ img.png);
   
    

}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 1800px;
    text-align: center;


    
   
    
}

img {
    height: 300px;
}










header {
    background-color: rgba(2, 5, 3, 0.5);
    height: 300px;
    font-size: 60px;
    margin-bottom: 50px;
    align-content: center;
    


    
    
}

nav {
    background-color: rgba(2, 2, 2, 0.856);
height: 50px;
margin-bottom: 70px;
padding-top: 30px;

padding-bottom: 20px;


}

main {
    background-color: rgba(12, 10, 10, 0.678);
    height: 150px;
    margin-bottom: 90px;
    padding-bottom: 600px;

}

footer {
    background-color: rgba(255, 255, 255, 0.466);
    height: 70px;
    padding-bottom: 40px;
    align-items: center;
    
}

p {
    color: aliceblue;
}

a {
    color: rgb(252, 250, 252);
    text-align: center;
    font-size: 30px;
    padding-left: 60px;
    padding-right: 60px;

    
    

}

.search-bar {
    width: 100%;
    max-width: 500px;
    background: rgba(34, 28, 28, 0.548);
    display: flex;
    align-items: center;
    border-radius: 60px;
    padding: 10px 20px;
    margin-left: 600px;

}

.search-bar input{
    background-color: transparent;
    flex: 1;
    border: 0;
    color: rgb(245, 245, 245);
    outline: none;
    align-items: center;
    padding: 24px 20px;
    backdrop-filter: blur(4px) saturate(180%);
    font-size: 20px
    
    
    
}

::placeholder{
    color: rgb(231, 250, 255);
}

.search-bar button img{
width: 25px;
}

.search-bar button{
    border-radius: 500px;
    height: 60px;
    color: rgb(5, 5, 4);
    background-color: chartreuse;
    
    
}



.index{
    font-size: 20px;
    padding: 5px 5px;
    align-items: center;
    
}

.contact{
    font-size: 50px;
    color: black;
   padding-top: 30px;
}

menu{
    height: 10px;
    align-items: end;
}

.cart img{
    height: 180px;
   margin-top: 90px;
}



.nav{
    height: 150px;
    font-size: 100px;
    color: rgb(0, 0, 0);
    align-items: center;
    padding-bottom: 300px;
    background-color: rgba(0, 0, 0, 0.678);
    padding-top: 10px;
}

.bakery img{
    height: 400px;
}