@font-face {
    font-family: "rubik";
    src: url(czccionki/RubikScribble-Regular.ttf);
}
@font-face {
    font-family: "playbold";
    src: url(czccionki/Play-Bold.ttf);
}
body {
    font-family: "playbold";
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

header {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-right: 70px;
}
header h1 {
position: static;
font-family: "rubik";
font-size: xx-large;
}

nav {
    background-color: #444;
    text-align: center;
    padding: 10px 0;
}

nav a {
    color: #fff;
    text-decoration: none;
    margin: 0 20px;
}

nav a:hover {
    text-decoration: underline;
}

.tresc {
    width: 100%;
    margin: 20px auto;
    padding-top: 160px;
    background-image: url(obrazy/tlo.jpg);
    background-repeat: no-repeat;
    height: 935px;
}

.kontener1 {
    background: rgba(255, 255, 255, 0.6);
    padding: 20px;
    border-radius: 5px;
    width: 90%;
    margin: 0 auto;
    text-align: center
}

.kontener1 h2 {
text-align: center;
}

footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.logo {
    width: 130px;
}

.gora {
    position: fixed;
    width: 100%;
    top: 0;
}

label{
    width: 150px;
    display: inline-block;
}

.tresc1 {
    width: 100%;
    margin: 20px auto;
    padding-top: 160px;
    background-image: url(obrazy/tlo.jpg);
    background-repeat: no-repeat;
    height: 720px;
}

.kontener2 {
    background: rgba(255, 255, 255, 0.6);
    padding: 20px;
    border-radius: 5px;
    width: 70%;
    margin: 0 auto;
    height: 640px;
}

.przycisk button {
display: flex;
align-items: center;
padding: 15px 30px;
font-size: 14px;
color: #fff;
gap: 10px;
border: none;
border-radius: 50px;
background: linear-gradient(270deg, #106114, #000000 );
}

.przycisk img {
width:30px
}

.formularz {
margin: 0 auto;
width: 60%;
}

textarea{
    resize: none;
    height: auto;
    width: auto;
    max-width: 100%;
}


.galeria img{
    width: 515px;
    height: 250px;
    margin: 10px;
    margin-left: 30px;
    padding: 5px;
    max-width: 100%;
}

.galeria img:hover {
    box-shadow: 0 0 7px 6px rgba(22, 17, 17, 0.726);
  }

.tresc2 {
    width: 100%;
    margin: 20px auto;
    padding-top: 160px;
    background-image: url(obrazy/tlo.jpg);
    background-repeat: no-repeat;
    height: 720px;
}

.zdjecie {
float: right;
width: 300px;
height: auto;
margin: 5px;
margin-top: -10px;
}

.zdjecie2 {
    float: left;
    width: 300px;
    height: auto;
    margin: 5px;
    margin-top: -10px;
    }

.zdjecie3 {
    float: right;
    margin-bottom: 300px;
    width: 300px;
    height: auto;
    margin: 5px;
    margin-top: -10px;
        }