.header-logo img{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 140px;
    min-height: 100px;
}

.header-nav li{
    display: flex;
    flex-direction: row;
    list-style: none;
}

.header-menu{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
}

.header-menu a {
    text-decoration: none;  
    color: inherit;
    font-size: 24px;
}
