header .main-menu>div>ul{
    justify-content: flex-end;
}
header .main-menu > button{width: 45px;height: 45px;margin: 4px 0 4px -8px;align-items: center;padding: 8px 6px;}
header .menu-wrapper.main-menu {
    display: flex;
    justify-content: flex-end;
}
header .main-menu > button span{background: var(--theme-secondary);width: 84%;}