.navbar{
    display: flex;
    flex-direction: row;
    justify-content: end;    
    align-items: center;
    border-bottom: 1px solid #e7e7e7;    
    padding-bottom: 0.5em;
    padding-right: 1em;
    column-gap: 0.5em;
}

.navbar-brand{
    margin-right: auto;
    height: 2.ear5em;    
}

.navbar-logo {
    height: 100%;
}