header{
    position: sticky;
    top: 0px;
   z-index: 1;
   background:white;
   
}
#Discount{
    width: 100%;
    height: 40px;
    background-color: #e5f0da;
    
    top: 0px;
}
#Discount>h3{
    padding-top: 5px;
}
#Discount>h3>button{
    width:100px;
    color:white;
    background-color: #475d4b;
    border-radius: 5px;
    border: none;
    height: 25px;
}
h3{
    
    text-align: center;
    position:relative;
    
}

#Icons-div{
    display: flex;
  justify-content: space-around;
margin-top: 10px;
    height: 100px;
    
    
}
#signup-icon>a>img{
    margin-top: 20px;
    width: 25px;
    cursor: pointer;
}
#brand-icon{
    display: flex;
 ;
  
}
#brand-icon>div>a>img{
    width: 70px;
   margin: 5px;
   cursor: pointer;
}
#checkout{
    display:flex;
}
#checkout>div>img{
    width: 30px;
    margin-top: 20px;
   padding: 5px;
   cursor: pointer;
   
}
#checkout>div>a>img{
    width: 30px;
    margin-top: 20px;
   padding: 5px;
   cursor: pointer;
   
}
#menu{
    display: flex;
    justify-content: space-around;
    width: 80%;
    text-align: center;
    margin-left: 10%;
    cursor: pointer;
    color: #475d4b;
}
#menu>a{
text-decoration: none;
}
#menu>a>p{
    color: #475d4b;
    }
#menu>a>p:hover{
    text-decoration: underline #cbd7c2;
    
}
hr{
    width: 80%;
    margin-left: 10%;
    margin-top: 5px;
    color: #f4f6f5;
    
}


