*{
    --zielony: #3B8712;
    --szary: #ADB8B2;
    --ciemnyszary: #23292F;
    --zielony2: #087F1A;
    --brazowy: #60322E;
    font-family: "Blinker";
    overflow-x: hidden;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
body{
    background-color: var(--szary);
}
a{
    color: inherit;
}
/*MARK: Cookies
*/
#bloker{
    width: 100vw;
    height: 100vh;
    opacity: 0.75;
    background-color: gray;
    z-index: 2;
    position: absolute;
}
div#bloker>div#baner{
    padding: 1vh 2vw 1vh 3vw;
    background-color: white;
    color: black;
    border-radius: 15%;
}
input[type=submit]#Rodobtn{
    border: 1px solid black;
    outline: none;
    outline-width: 0;
    background-color: aqua;
    border-radius: 25%;
    font-size: 125%;
    cursor: pointer;
}
/*MARK: Strona
*/
#toppanel{
    line-height: 10vh;
    font-size: 175%;
    height: 10vh;
    background-color: var(--zielony);
    display: flex;
    justify-content: space-around;
    align-content: space-around;
}
div#toppanel>div#lewo{
    overflow: hidden;
}
div#toppanel>div#lewo>a{
    max-width: inherit;
}
div#toppanel>div#lewo>a>img{
    height: 10vh;
    max-width: inherit;
}
#toppanel>.btn:hover{
    text-decoration: underline;
    cursor: pointer;
}
#content{
    margin: 1vh 2vw 1vh 2vw;
    width: 96vw;
    flex: 1 0 auto;
    font-size: 22px;
}
#stopka{
    background-color: var(--ciemnyszary);
    text-align: right;
    padding-right: 2vw;
    color: white;
}