.navbar{
background-color: var(--mid-grey);
border-bottom: 2px solid var(--light-grey);
display: flex;
padding: 8px 10%;
position: fixed;
gap:0.5rem;
z-index: 10000000;
box-shadow: 0px 3px 6px;
width: 100%;
align-items: center;
justify-content: space-between;
}