

 


header li a {  
color: white;  
text-decoration: none;  
}  


.header-background {
    background-color: #574242;  
position: fixed;  
left: 0;  
right: 0;  
top: 5px;  
height: 30px; 
display: flex;  
align-items: center;  
box-shadow: 0 0 2px 0 #574242;  
}

.headerBody {  
background-size: cover;  
font-family: sans-serif; 
}


.header-li {
    justify-content: center;
     margin-left: 5em;
        display: inline-block;
    display: inline-block;
        text-align: center;
}

.header-font {
    font-size: 20px !important;
    display: inline-block;
    
}

.header-ul {
    display: inline-block;
     font-size: 20px !important;
    padding: 0 ;
    margin: 0;
}

.navBar {
     display: inline-block;
    font-size: 20px !important;
    
}
