*{
    padding: 0;
    margin: 0;
}

main{
    background-color:white;
    margin: 40px;
    }



header{
    background-color: rgb(226, 165, 11);
    display: flex;
    align-items: center;
}

header nav{
    flex: 1;
    display: flex;
    justify-content: space-evenly;
}

header img{
    width: 150px;
    flex: 0;
}

nav a{
    text-decoration: none;
    color: black;
    transition: .5s;
    font-weight: bold;
    font-size: larger;
}

a#active{
    font-weight: bold;
    color: black;
    text-shadow: 1px 1px 5px white;
}

p{
    padding: 10px;
    margin: 15px 20px;
    font-size: medium;  
    }

.items-image {
    float: left; 
    height: 120px; 
    margin-right: 10px; 
    display: block;
    
}

.mango-image {
    float: left; 
    height: 120px; 
    margin-right: 10px; 
    display: block;
}

.salt-image {
    float: left; 
    height: 120px;  
    display: block;
    margin-right: 10px; 
}

.bottle-image {
    float: left; 
    height: 120px;  
    display: block;
    margin-right: 10px; 
    
}

.container{
    display: flex;
    align-items:center;
 

}
h1{
    font-size: xx-large;
}

li{
    margin: 5px 20px;
    font-size: medium;
}

h2{
    margin: 8px;
    font-style: italic;
    font-size: x-large;
    
}

h3{
    margin : 10px;
    font-size: large;
    font-style: italic;
}

h4{
    margin: 5px;
    font-size: medium;
    font-style: italic;
}

section{
    margin: 10px;
    }

footer{
    background-color: rgb(226, 165, 11);
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

button{
    padding: 15px;
    background-color: rgb(179, 5, 5);
    color: gold;
    border: none;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    
}

