header {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: transparent;
    z-index: 100;
    padding-top: 60px;
}

header .container {
    justify-content: space-between;
}

.menu {
    gap: 5px;
    align-items: center;
}

.mobile-menu {
    display: none;
}

#changeMenuBox{
    display: none;
}