.top__header {

    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    
}

.top__header__expanded{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100vw;
    height: 8.75rem;

    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--color-black-1);

}

.top__header__expanded > ul{
    width: 100%;
    height: 100%;
    position: relative;
}

.topElement > img {
    width: 12rem;
}

.topElement{
    display: flex;
    height: 35%;
}

.bottomElement{
    height: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.closeIcon{
    font-size: 1.6rem;
    position: absolute;
    top: 1.2rem;
    right: 2rem;
    color:var(--color-white-2)
}