
header {
    border-radius: 5px;
    align-self: flex-end;
    background-color: var(--header-bg);
    height: 50px;
    width: calc(100vw - 60px);
    display: flex;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    margin: 0 0 25px 0;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

header img {
    height: calc(100% - 20px);
}

.selectLanguage {
    vertical-align: middle;
    align-self: center;
    /* background-color: aqua; */
    background: none;
    border: none;
    margin-left: auto;
    cursor: pointer;
    line-height: normal;
    font-size: 12px;
}

.selectLanguage option {
    background-color: whitesmoke;
    cursor: pointer;
}

#logout-form {
    width: fit-content;
    height: 100%;

    margin: 0;
    padding: 0;

    display: flex;
    align-items: center;
    justify-content: center;
}
