#naglowek {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 2px solid black;
}

.buttons {
    display: flex;
    gap: 10px;
}

.lang-button {
    width: 50px;
    height: 25px;
    border: 2px solid black;
    background-color: white;
    color: gray;
    font-size: 16px;
    cursor: pointer;
}

.lang-button:hover {
    color: black;
}

.lang-button.active {
    color: black;
}
