
:root {
    --brown:black;
    --green1:rgb(14, 161, 47);
    --button:#aa8453;
}
*{
    margin:0%;
    padding:0%;
    font-family: 'Libre Caslon Display', serif;
}
header{
    
    
     /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);*/
}
.headermenu{
    display:flex;
    background-color:#2f2f2f66;
    justify-content:space-between;
}
#logo {
    max-width: 100px;
    max-height: 100px;
      
}
.list{
    list-style: none;
    padding:20px;
}
#menulist{
    margin:10px;
}
.listname{
   color:white;
    
  
  
}
.list a:hover{
    color:var(--button);
    text-decoration:none;
}
.name{
    padding:20px;
    position:absolute;
    left:29%;
    top:50px;
    color:white;
    
}
.headerTop{
   
    display:flex;
    justify-content:space-between;
}
.seach i{
    color:white;
}