nav{
    /* width: 100vw; */
    color: white;
    background-color: #222;
    padding: 1em;
}
nav a{
    display: flex;
    align-items: center;
}
nav svg{
    margin-right: 1em;
}
nav a:link{
    color: currentColor;
    text-decoration: none;
}
nav a:visited{
    color: currentColor;
    text-decoration: none;
}
nav a:hover{
    text-decoration: underline;
}

footer{
    margin-top: 5em;
    background: #222;
    color: white;
    padding: 3em;
}
.stopa{
    width: 80vw;
    margin-inline: 10vw;
}
.stopa .logo img{
    display: block;
    margin-bottom: 1em;
}
.linki{
    display: flex;
}
.dlaczego{
    background-image: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(47, 189, 137, 0) 100%),url('../img/pies2.webp');
}
.pasekZdj h1{
    font-size: 30pt;
    color: #54f395;
}

.pasekZdj{
    display: flex;
    margin-top: 5em;
    background-position: center;
    background-size: cover;
    color: white;
    padding-top: 5em;
    padding-bottom: 5em;
    padding-inline: 2em;
    font-size: 18pt;
}