@CHARSET "UTF-8";

.header-wrap{
    display:flex;
    flex-direction: row;
    gap:50px;
    align-items: center;
    justify-content:start;
}

.top-menu ul{
    display:flex;
    flex-direction:row;
    gap:20px;
    list-style:none;
    padding:0;
    margin:0;
}