header{
    display: flex;
    /* background-color: aqua; */
    padding : 0px 100px;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    box-sizing: border-box;
    /* position: sticky;
    top: 0;
    z-index: 1000;
    background-color: inherit;
    opacity: 0.8; */
}

#image-logo{
    width: 200px;
}

#image-logo:hover{
    filter: brightness(0.5);
}

#menu-list{
    display: flex;
}

#menu-item{
    width: 100px;
    font-size: 30px;
    font-family: "AntonSC";
    text-align: right;
}

#menu-item-black {
    width: 100px;
    font-size: 30px;
    font-family: "AntonSC";
    text-align: right;
    color : black;
}

#menu-item:hover{
    filter: brightness(0.5);
}