header{
    background-color: var(--biały);
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2em;
}

header > a > img{
    width: 10vw;
    margin: 1em;
}

header > a{
    font-size: 1.5em;
    color: var(--brązowy);
    text-transform: uppercase;
}