h1 {
    text-align: center;
    color: ghostwhite;
    background-image: linear-gradient(to bottom left, #00ffcede, #e600ffd6);
    text-shadow: 2px 2px 4px #000000;
    margin: 0;
}
h5 {
    text-align: center;
    color: silver;
    margin: 0;
    background-color: #212335;
}
h3 {
    text-align: center;
}
body {
    font-family: Verdana; 
    background-repeat:repeat-y;
    background-size: cover;
    background-position: none center;
    margin: 0;
    transition:all 0.5s ease;
    height: 100%;
}
p.error {color: white; background-color: red; font-size: 10px;}
p.success {COLOR: white; background-color: green; font-size: 10px;}
pre{
	background-color: #224;
	padding: 3px;
	color: lightgoldenrodyellow;
}
.theme1 { background-image: url("../images/tlo_mapa.png"); }
.theme2 { background-image: url("../images/tlo_mapa_jasny.png"); }

form {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    display: table;
    margin: 30px auto;
}
#tresc {
    font-family: Verdana;
    text-align: center;
    font-size: 20px;
    margin:40px 80px;
}
#main {
    max-width: 1600px;
    min-height: 100%;
    margin: 0 auto;
    background: #26ccff69;
    padding: 0 0 10px 0;
}
.under {
    flex-wrap: nowrap;
    flex-direction: column;
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
    height: fit-content;
    background-image: linear-gradient(345deg, #dc03f3b3, #5100ffc7);
    box-shadow: 0px 20px 16px 0px rgb(72 39 85), 0 0 20px 0 rgb(9 8 20 / 99%);
    justify-content: space-around;
}
.under_group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#info {
    display: flex;
    justify-content: center;
}
.infos {
    margin: 10px 160px 10px 160px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    display: flex;
    color:rgb(176 116 183);
    text-shadow: 2px 2px 4px #000000;
    flex-direction: column;
    justify-content: flex-end;
}
#powod_under {
    white-space: nowrap; 
    width: 200px; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.upper_gallery{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gallery {
    display: flex;
    justify-content: center;
    border-radius: 20%;
    border: 2px ghostwhite solid;
    margin: 12px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.gallery:hover{
    border: 2px rgb(178, 243, 205) dotted;
}
.boxik {
    margin: 20px 20px 70px 20px;
    padding: 10px;
    border-radius: 10px;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    color: #b2cedf;
    display: flex;
    flex-direction: column;
}
.boxik h4{
    color: #00e5ff;
    display: flex;
    justify-content: center;
}
.boxik hr{
    width: 90%;
}
.boxik ul{
    display: flex;
    list-style-type: circle;
    flex-direction: column;
}
.boxik a {
    color: #b2cedf;
    list-style-type: circle;
    display: flex;
}
body {
    font-family: Verdana;
    background-repeat: repeat-y;
    background-size: cover;
    background-position: none center;
    margin: 0;
    transition: all 0.5s ease;
    height: 100%;
}
#back {
    position: fixed;
    left: 50px;
    padding: 1px 25px;
    margin: 10px;
    box-shadow: -9px -9px 20px 0 rgb(196 14 250 / 20%), 5px 6px 20px 0 rgb(203 255 3 / 30%);
}
#aboutus {
    margin-left: 25px;
}
#komoot {
    font-size: larger;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif
}
#data {
    font-family: 'Courier New', Courier, monospace;
}
iframe#komoot {
    list-style: none; 
    margin: 0;
    padding: 16px;
    display: table;
    margin: 0 auto;
    display: inline-block;
}
button#themeButton {
    list-style: none;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: inline-block;
    transition: all ease-in-out 1s;
        }
div#konto {
    text-align: center;
    margin: 20px;
    font-size: 18px ;
    background-image: linear-gradient(192deg, #ab45bdba, #00ff8073);
    border-radius: 20px;
    color: lightgray;
    outline: lightgray 3px solid;
}
#register,
div#login {
    justify-content: center;    
    display: flex;
    height: fit-content;
    width: 250px;
    margin: 20px;
    font-size: 18px ;
    background-color: #2868595d;
    border-radius: 20px;
    color: lightgray;
    outline: rgba(45, 160, 154, 0.507) 3px solid;
    text-align: center;
}
#register-add,
#login-add {
    display: flex;
    justify-content: center;
}
#zaloguj {
    display: flex;
    justify-content: center;
    transition: ease-in-out 0,4s;
}
#register input,
#login input{
    color: rgb(11, 12, 31);
    display: flex;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    border: 4px solid rgb(223, 223, 223);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px;
    width: fit-content;
    border-radius: 17px;
    transition: ease-in-out 1s;
}
#opinions {
    display: flex;
    justify-content: center;
    position: relative;
}
.opinion {
    margin: 20px;
    color: rgb(11, 12, 31);
    display: none; /* Start as hidden */
    justify-content: center;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    border: 4px solid rgb(223, 223, 223);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px;
    width: fit-content;
    border-radius: 17px;
    opacity: 0; /* Start as transparent */
    transform: translateY(-30px); /* Start 30px higher */
    transition: transform 1s, opacity 1s; /* Smooth transition */
}

@keyframes opinion-appear {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.input {
    display: flex;
    gap: 20px; /* Odstęp między przyciskami */
    justify-content: center; /* Centruje przyciski */
    margin-top: 20px; /* Odstęp od góry */
}

button.value {
    display: flex;
    align-items: center;
    gap: 10px; /* Odstęp między ikoną a tekstem */
    padding: 10px 20px; /* Wewnętrzne odstępy */
    background-color: #1a3036; /* Kolor tła */
    color: white; /* Kolor tekstu */
    border: none; /* Usuwa obramowanie */
    border-radius: 8px; /* Zaokrąglone rogi */
    font-size: 16px; /* Wielkość tekstu */
    font-weight: bold; /* Pogrubienie tekstu */
    cursor: pointer; /* Zmienia kursor na wskaźnik */
    transition: all 0.3s ease; /* Płynne przejścia efektów */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtelny cień */
}

button.value svg {
    width: 20px; /* Wielkość ikony */
    height: 20px;
    fill: white; /* Kolor ikony */
}

button.value:hover {
    background-color: #4595bb; /* Jaśniejszy zielony przy najechaniu */
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2); /* Większy cień */
    transform: scale(1.05); /* Subtelne powiększenie */
}
button.value:hover svg {
    fill: rgb(9, 25, 36); /* Kolor ikony */
}
button.value:active {
    background-color: #0fecb5; /* Ciemniejszy zielony przy kliknięciu */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Mniejszy cień */
    transform: scale(0.98); /* Delikatne zmniejszenie */
}
.hidden-web {
    display: none;
}
.visible-web {
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
}
.webs {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.link-web {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.webs a {
    color: rgb(219, 255, 250);
    font-weight: bold;
}
div.rowery {
    justify-content: space-between; 
    display: flex;
    height: auto;
    width: auto;
    margin: 20px;
    font-size: 18px ;
    background-color: #2868595d;
    border-radius: 20px;
    color: rgb(255 191 0);
    outline: rgba(45, 160, 154, 0.507) 3px solid;
    align-items: stretch;
}
div.rowery img {
    border-radius: 20px;
}
div.rowery h2 {
    margin: 30px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    align-items: flex-start;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
div.rowery a {
    background-color: rgba(250, 235, 215, 0.418);
    border: #222 dashed 2px;
    justify-content: flex-start;
    align-content: center;
    border-radius: 10px;
    outline: #222 solid 0px;
    transition: all ease-in-out 1s;
}
div.rowery iframe {
    border-radius: 20px;
}
h2#r-osoby {
    font-weight: bolder;
    text-align: center;
    color: rgb(194, 255, 227);
}
#blocks {
    display: flex;
    flex-grow: 1;
    justify-content: space-around
}
.block{
    height: 250px;
    width: 250px;
    display: inline-block;
    margin: 20px;
    font-size: 18px ;
    background-color: #2868595d;
    border-radius: 20px;
    color: lightgray;
    outline: lightgray 3px solid;
    text-align: center;
}
.block input {
    border-radius: 10px;
}
.post {
    height: max-content;
    width: 250px;
    display: flex;
    margin: 20px;
    font-size: 18px ;
    background-color: #2868595d;
    border-radius: 20px;
    color: rgb(255, 255, 255);
    outline: lightgray 3px solid;
    text-align: center; 
    transition: all ease-in-out 500ms;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.post a {
    color: rgb(212, 233, 226);
    transition: all ease-in-out 500ms;
}
.post a:hover {
    color: rgb(48, 167, 147);
    transition: all ease-in-out 500ms;
    box-shadow: 0 4px 8px 0 rgba(34, 75, 58, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#o-b4f {
    width: min-content;
}
#o-b4f iframe{
    border-radius: 20px;
}
.posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
#postForm {
    display: flex;
    justify-content: center;
}
#postForm>div{
    text-align: center;
    align-items: center;
    height: 259px;
    width: 400px;
    justify-content: center;
    margin: 20px;
    font-size: 18px;
    background-color: #e3fff29e;
    border-radius: 8px;
    color: rgb(255, 255, 255);
    outline: lightgray 3px solid;
    display: flex;
}
#postForm textarea {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: none;
    resize: none;
    width: 350;
    height: 150px;
    background-color: #fff;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
#postForm input {
    margin: 8px;
    border: #222 2px solid;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
#postForm select {
    margin: 8px;
    border-radius: 7px;
    width: max-content;
    height: fit-content;
}
#kommentForm {
    display: flex;
    justify-content: center;
}
#kommentForm>div{
    text-align: center;
    align-items: center;
    height: 150;
    width: 400px;
    justify-content: center;
    margin: 20px;
    font-size: 18px;
}
#kommentForm textarea {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: none;
    margin: 10px;
    resize: none;
    width: 1000px;
    height: 50px;
    border-radius: 8px;
    background-color: #ffffff00;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
#kommentForm button {
    background-color: transparent;
    height: 50px;
    width: 50px;
    margin: 8px;
    border: none;
    box-shadow: none;
    padding: none;
    border-radius: 17px;
    display: flex;
    align-items: center;
    transition: ease-in-out 1s;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
#kommentForm button img {
    height: 45;
    transition: ease 0.7s;
}
#kommentForm button img:hover {
    height: 40;
}
#kommentForm button:hover {
    cursor: pointer;
}
#kommentForm select {
    margin: 8px;
    border-radius: 7px;
    width: max-content;
    height: fit-content;
}
.YouTube-trasy {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.YouTube-trasy h2{
    display: flex;
    justify-content: center;
    color: ghostwhite;
    border: #222 2px;
}
.YouTube-trasy iframe{
    display: flex;
    align-items: center;
    border-radius: 20px;
}
.post-inn {
    display: flex;
    justify-content: center;
    margin: 0 180px;
}
.body-submit input {
    color: rgb(11, 12, 31);
    display: flex;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    border: 4px solid rgb(223, 223, 223);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px;
    width: fit-content;
    border-radius: 17px;
    transition: ease-in-out 1s;
}
.body-submit {
    margin: 20px;
    display: flex;
    justify-content: center;
}
.post-main {
    display: flex;
    align-items: center;
    padding: 20px;
    margin: 30px;
    width: fit-content;
    flex-wrap: wrap;
    flex-direction: column;
    border-radius: 20px;
    background-color: #89c6af4f;
    box-shadow: 0 4px 8px 0 rgba(155, 0, 145, 0.55), 0 6px 20px 0 rgba(0, 6, 5, 0.43);
}
    .post-head {
        display: flex;
        width: 800px;
        flex-direction: column;
        border-radius: 20px;
        background-color: #0e59864f;
        box-shadow: 0 4px 8px 0 rgba(71, 8, 87, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        padding: 10px;
        position: relative;
    }
    .head-autor {
        font-size: 15px;
        position: absolute;
        top: 0;
        left: 0;
        padding-left: 10px;
    }
    .head-title {
        font-size: 26px;
        text-align: center;
        margin-top: 20px;
        color: rgb(240, 255, 253);
        text-shadow: 2px 2px 4px #2e0653;
        font-weight: bold;
    }
    .head-title input {
        color: rgb(240, 255, 253);
        font-size: 26px;
        text-shadow: 2px 2px 4px #2e0653;
        font-weight: bold;
        box-shadow: 0 4px 8px 0 rgba(0, 255, 157, 0.2), 0 6px 20px 0 rgba(161, 221, 198, 0.19);
        padding: 10px;
        width: 70%;
        height: 70px;
        border-radius: 17px;
        transition: ease-in-out 1s;
        border: none;
        background-color: transparent;
    }
    .head-created {
        font-size: 12px;
        text-align: right;
        padding-right: 30px;
    }
.post-body {
    display: flex;
    margin: 10px;
    flex-direction: column;
    flex-wrap: wrap;
}
    .body-content {
        font-size: 23px;
        color: #e3f3f0;
        display: flex;
    }
    .body-content textarea {
        font-size: 23px;
        color: #e3f3f0;
        display: flex;
        justify-content: center;
        box-shadow: 0 4px 8px 0 rgba(0, 75, 46, 0.212), 0 6px 20px 0 rgba(6, 36, 22, 0.267);
        padding: 20px;
        width: 100%;
        height: 200px;
        border-radius: 17px;
        transition: ease-in-out 1s;
        border: none;
        background-color: transparent;
    }
#text-back {
    height: 250px;
    width: 375px;
    background-color: #dfdfdf;
    border-radius: 6px;
    outline: none;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
#text-kom {
    height: fit-content;
    border-radius: 6px;
    outline: none;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.copy {
    background-color: transparent;
    height: 50px;
    width: 50px;
    margin: 8px;
    border: none;
    box-shadow: none;
    padding: none;
    border-radius: 17px;
    display: flex;
    align-items: center;
    transition: ease-in-out 1s;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.copy:hover {
    cursor: pointer;
    height: 50px;
    width: 50px;
    margin: 8px;
    border: none;
    box-shadow: 0 4px 8px 0 rgba(0, 75, 46, 0.212), 0 6px 20px 0 rgba(6, 36, 22, 0.267);
    padding: none;
    background-color: transparent;
    border-radius: 17px;
    display: flex;
    align-items: center;
    transition: ease-in-out 1s;
}
#wstaw {
    transition: ease 0.7s;
}
#komments {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
}
#kommentDisp {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: fit-content;
}
.kom {
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 900px;
    height: fit-content;
    margin: 11px;
}
.KomUser {
    left: 0;
    color: antiquewhite;
}
.KomCon {
    margin-left: 10px;
}
#big-block {
    display: flex;
    justify-content: center;
}
.big-blocks {
    display: flex;
    background: #2868595d;
    border-radius: 20px;
    outline: lightgray 3px solid;
    position: relative;
    width: fit-content;
    margin: 15px 50px;
}
.big-blocks p {
    color: honeydew;
}
.big-blocks div {
    display: flex;
    justify-content: center;
}
.big-blocks h3 {
    justify-content: flex-start;
    display: flex;
    font-size: 30px;
    margin: 20px;
    color: whitesmoke;
}
.big-blocks img {
    border-radius: 15px;
    display: inline-block;
    height: 250px;
    width: 400;
}
#pkt-przycisk {
    display: flex;
    justify-content: center;    
}
#pkt-przycisk a {
    color: rgb(11, 12, 31);
    display: flex;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    border: 4px solid rgb(223, 223, 223);
    text-shadow: 2px 2px 4px #000000;
    padding: 20px;
    width: fit-content;
    border-radius: 17px;
    transition: ease-in-out 1s;
}
button {
    color: rgb(11, 12, 31);
    display: flex;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    border: 4px solid rgb(223, 223, 223);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px;
    width: fit-content;
    border-radius: 17px;
    transition: ease-in-out 1s;
}
#big-pkt {
    font-size: 83px;
    color: gold;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#main-page {
    display: flex;
    justify-content: center;
}
#latest-posts {
    background-color: rgb(187 93 175 / 31%);;
    border-radius: 30px;
    border: rgb(243, 216, 149) 2px solid;
    width: fit-content;
    margin: 20px;
}
#latest-posts h3 {
    color: whitesmoke;
}
fieldset {
    border: 0;
}
.cpcontent {
    font-size: 15px;
}
ul.profil {
    list-style: none; 
    margin: 0;
    padding: 16px;
    position: fixed;
    right: 0;
    top: 0;
 }
ul#odnosniki {
    list-style: none; 
    margin: 0;
    padding: 16px;
    position: fixed;
    left: 0;
    bottom: 0;
 }
 ul.profil li ,
 ul#odnosniki li {
    display: inline-block;
    margin: 0 6px;
    position: relative;
 }
 ul.profil img ,
 ul#odnosniki img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 40px;
    border-radius: 100%;
    transition: all 2s ease;
}
#points {
    position: absolute;
    margin: 6px 0px 2px 20px;
    font-size: 18px;
    display: flex;
}
#points img {
    width: 28px;
    margin: 0 7px;
}
#points a {
    color: linen;
    display: flex;
    align-items: center;
}
#galeria-glowna {
    width: fit-content;
}
a.gallery {
    text-align: center;
    background-color: #e3f3f0;
    border: 2px solid lightslategrey;
    border-radius: 20px;
    margin: 10px;
    padding: 5px;
    color: #222;
    transition: all ease-in-out 300ms;
}
a.gallery:hover {
    font-size: 18px;
    padding: 7px;
    transition: all ease-in-out 300ms;
}
ul#logo {
    list-style: none; 
    margin: 0;
    padding: 16px;
    position: fixed;
    right: 0;
    bottom: 0;
 }
 img#logo {
    width: 380px;
    transition: all 2s ease;
    position: fixed;
    right: 0;
    bottom: 0;
}
img#mapa {
    border-radius: 3%;
    display: block;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
}
#linia-tel {
    display: none;
    position: absolute;

}
ul.sprzet {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
ul.sprzet li {
    text-align: center;
    padding: 10px;
    margin: 0 auto;
}
ul.sprzet a {
    position: relative;
}
ul.sprzet img,
ul.sprzet video {
    outline: 0px solid yellowgreen;
    border-radius: 30px;
    transition: all 1s ease;
}
ul.sprzet video {
    transition: none;
}
#opinie-text {
    text-align: center;
}
#opinie {
    flex-wrap: nowrap;
}
#opinie button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}
img#szczyrk-nakl {
    position: absolute;
    left: 0;
    width: 100%;
}
.socialmedia {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
ul.socialmedia li {
    display: flex;
    position: relative;
    flex: 0 0 calc(250px);

}
ul.socialmedia a p {
    position: absolute;
    background-color:#13263ab0;
    color:#76ffe1fc;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
ul.socialmedia img {
    width: 250px;
    border-radius: 45px;
}
div#sociale {
    margin: 0;
}
#sociale hr {
    justify-content: center;
    margin: 16 0 0 0;
    width: 90%;
}
div#sociale p.sociale {
    margin: 0;
    text-align: center;
    background-color: #13263ab0;
    color:rgb(238, 230, 161) ;
    font-weight: bold;
}
ul#uczestnicy img {
    border-right: 0px solid #224;
    border-bottom: 0px solid #224;
    outline-width: 0;
    width: 80%;
    border-radius: 45px;
}
ul#uczestnicy {
    flex-wrap: nowrap;
}
ul#menu {
   list-style: none; 
   margin: 0;
   padding: 16px;
   display: flex;
   margin: 0 auto;
   justify-content: center
}
ul#menu li {
    display: flex;
    padding: 0 25px 0 0;
    align-items: center
}
ul#menu a {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: 1px 8px;
    background-color: silver;
    border: 3px solid white;
    color: #888;
    border-radius: 8px;
    outline: 2px dashed black;
    transition: all 1s ease;
}
ul#link {
    list-style: none;
    text-align: right;
    margin-right: 130px;
    margin-top: 2px;
}
ul#link a {
    text-decoration: bold;
}
a {
    color: #449;
    text-decoration: none;
}
#dot {
    padding: 0;
    width: 10;
    margin: 0;
    position: absolute;
}
a:hover {
    text-decoration: underline;
    transition: all 5s ease-in;
}
ul#menu a:hover {
    padding: 2px 8px;
    color: black;
    background-color: magenta;
    border: 3px solid cyan;
    outline: 2px solid #222;
    transition: all 1s ease;
}
ul#ideas a:hover {
    padding: 2px 8px;
    color: black;
    background-color: indigo;
    border: 3px solid rgb(60, 40, 95);
    outline: 2px solid #222;
    transition: all 1s ease;
}
#login input:hover {
    color: rgb(24, 27, 92);
    background-color: rgb(110, 179, 179);
    border: 4px solid rgb(30, 124, 136);
}
#wstaw:hover {
    box-shadow: 0 4px 8px 0 rgba(9, 223, 223, 0.452), 0 6px 20px 0 rgba(255, 251, 0, 0.63);
}
#wpis-przenosnik:hover {
    list-style: none;
    text-decoration: none;
}
button#themeButton:hover {
    width: 40px;
    transform: rotate(180deg);
    transition: all 1s ease-in-out;
}
ul.profil img:hover{
    width: 48px;
    transition: all 0.8s ease-in-out;
}
ul.sprzet img:hover,
ul.sprzet video:hover{
    outline: 10px solid yellowgreen;
    border-radius: 45px;
}
ul#uczestnicy img:hover{
    border-right: 10px solid #224;
    border-bottom: 10px solid #224;
    outline-width: 0;
    width: 82%;
    transform: rotate(-7deg);
    border-radius: 45px;
    transition: all 1s ease-in-out;
}
div.rowery a:hover {
    background-color: rgba(250, 235, 215, 0.685);
    border: #b8dd11dc solid 4px ;
    outline: #222 solid 3px;
    border-radius: 20px;
}
#pkt-przycisk a:hover {
    background-color: rgb(220, 252, 246);
    border: 4px solid rgb(132, 201, 189);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
    padding: 25px;
    color: rgb(10, 11, 34);
}
#login input:focus-visible {
    outline: #000000 2px solid;
    border: 4px solid rgb(32, 124, 129);
}
button:hover {
    background-color: rgb(220, 252, 246);
    border: 4px solid rgb(132, 201, 189);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
    padding: 25px;
    color: rgb(10, 11, 34);
}
@media screen and (max-width: 1400px) {
    .post-inn {
        display: flex;
        justify-content: center;
        margin: 0 80px;
    }
}
@media screen and (max-width: 1000px) {
    ul#menu {
        margin-top: 30px;
    }
    #back {
        margin: 0;
    }
    #kommentForm textarea {
        width: 600px;
    }
    .post-inn {
        display: flex;
        justify-content: center;
        margin: 0 10px;
    }
    .post-head {
        width: 770px;
    }
}
@media screen and (max-width: 885px) {
    .post-head {
        width: 620px;
    }
    .head-title {
        margin-top: 28px;
    }
}
@media screen and (max-width: 660px) {
    h1 {
        text-align: center;
        color: ghostwhite;
        background-color: #345E06;
        margin: 0;
        font-size: 70px;
        font-weight: bold;
     }
    #back {

        position: fixed;
        top: 10px;
        left: 10px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    h5 {
        font-size: 16px;
    }
    ul#menu {
        font-size: 20px;
        list-style: none; 
        margin: 0;
        padding: 16px;
        display: flex;
        margin: 60 0 0 0;
        flex-wrap: wrap
     }
     #kommentForm textarea {
        width: 500px;
        height: 70px;
    }
    .posts {
        display: flex;
        justify-content: center;
    }

    ul#menu li {
        display: flex;
        margin: 10px;
    }
    #linia-tel {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .big-blocks {
        width: fit-content;
        margin: 20px;
    }
    .big-blocks img {
        display: flex;
        justify-content: center;
        height: 250px;
        width: 340px;
    }
    #main-yt {
        width: fit-content;
    }
    .post-head {
        width: 500px;
    }
    .body-content textarea {
        height: 200px;
    }
}
@media screen and (max-width: 540px) {
    h1 {
        text-align: center;
        color: ghostwhite;
        background-color: #345E06;
        margin: 0;
        font-size: 70px;
        font-weight: bold;
     }
    h5 {
        font-size: 16px;
    }
    ul#menu {
        font-size: 20px;
        list-style: none; 
        margin: 0;
        padding: 16px;
        display: flex;
        margin: 60 0 0 0;
        flex-wrap: wrap
     }
    .posts {
        display: flex;
        justify-content: center;
    }

    ul#menu li {
        display: flex;
        margin: 10px;
    }
    #linia-tel {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    #blocks {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .block {
        width: 200px;
        margin: 10px;
    }
    .big-blocks {
        width: min-content;
        margin: 0px;
    }
    #kommentForm textarea {
        width: 350px;
        height: 100px;
    }
    .post-head {
        width: 300px;
    }

}