@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

h2,
h3
{
    margin-block-start: 0;
    margin-block-end: 0;
    color: red;
}

body
{
    font-family: Roboto;
}

.zapisrozmowy
{
    border: 2px solid blue;
    width: fit-content;
    font-family: monospace;
    padding: 10px;
    color: white;
    background-color: #222;
}

.redcolor
{
    color: red;
}

.bluecolor
{
    color: blue;
}

.kolorful
{
  text-transform: uppercase;
  background-color: #f3ec78;
  background-image: linear-gradient(45deg, #a3ac78, #2f4261);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.zrodlopiotr
{
    margin-top: 10px;
    text-align: right;
}

.niemapiwka
{
    width: fit-content;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    border-radius: 10px;
    padding: 10px;
}

.whitepiwka
{
    border-color: white;
}

#menuff
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menuff li
{
    width: 20em;
    text-align: center;
    display: block;
    border: black 2px solid;
    margin: 4px 0;
}

#menuff li a
{
    text-decoration: none;
    color: black;
    display: block;
    padding: 4px;
    background-color: #a88;
}

#menuff li a:hover
{
    background-color: #ddd;
}

.on
{
    background-color: #ffc;
    color: #48f;
    padding: 10px;
    width: fit-content;
    font-family: monospace;
    font-size: 1.3em;
}

.jestzaduzydlamnie
{
    width: 15em;
    border-radius: 10px;
}

div.jestzaduzydlamnie
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15em;
    background-color: black;
    color: #333;
}

.maciejszarek
{
    color: gray;
}

.pul
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100vw - 17px);
    background-color: #ccc;
    color: black;
    margin: 3px -8px;
}

#hiperlacze
{
    font-size: 3em;
}

#hiperlacze a
{
    text-decoration: none;
    color: black;
}

#hiperlacze img
{
    height: 0.75em;
}

table,
td
{
    border: 1px solid black;
}

.czerwoneserca
{
    color: red;
    font-weight: bold;
}

.monospejs
{
    font-family: monospace;
}

.witajcieperelki
{
    height: 100px;
    image-rendering: pixelated;
}

#ostrzewhole
{
    width: fit-content;
}

.cos
{
    border: 2px dashed orchid;
    color: orchid;
    padding: 10px;
    font-weight: bold;
    width: fit-content;
}

#ostrzegam
{
    border: 5px solid black;
    background-color: yellow;
    width: fit-content;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 40px;
    border-radius: 20px;
}

#ostrzegamstopa
{
    margin: 0 auto;
    width: 40px;
    height: 200px;
    background: linear-gradient(90deg, gray, 50%, white, 95%, #ddd);
}

#kewla
{
    background: radial-gradient(farthest-corner at 25px 25px, white, 75%, #444);
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

.smallH
{
  width: 100px;
}

@keyframes mediumHanimation {
  100%,
  0%
  {
    height: 200px;
    margin-bottom: 100px;
  }
  20%
  {
    height: 300px;
    margin-bottom: 0px;
  }
}

.mediumH
{
  height: 200px;
  margin-bottom: 100px;
  animation-name: mediumHanimation;
  animation-duration: 0.9s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.mes_container
{
    width: 30%;
    border: 2px solid gray;
    padding: 20px;
    color: #444;
    letter-spacing: -0.1em;
    word-spacing: 0.9em;
    font-size: 0.7em;
    line-height: 1.5em;
}

.mes_me
{
    width: min-content;
    min-width: 40%;
    max-width: 60%;
    height: fit-content;
    margin-right: 0;
    margin-left: auto;
    margin-top: 2px;
    padding: 15px;
    border-radius: 10px;
    background-color: lightblue;
}

.mes_merry
{
    height: fit-content;
    width: fit-content;
    margin-left: 50px;
    margin-top: 2px;
    padding: 15px;
    border-radius: 10px;
    background-color: gray;
}

.mes_merry::before
{
    position: relative;
    top: 30px;
    left: -70px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin-top: -40px;
    background-color: red;
    content: "";
    display: block;
}

.darkbg
{
  background-color: #222;
  color: white;
  width: fit-content;
  padding: 10px;
  border-radius: 10px;
}

.capitalica
{
    font-size: 20px;
    font-variant: small-caps;
}

.ramkabezpraw
{
    border: 2px solid white;
    padding: 2px;
}

.rozdz2,
.rozdz3,
.rozdz4
{
    box-sizing: border-box;
    margin: -8px;
    padding: 8px;
    width: calc(100vw - 17px);
}

.rozdz2
{
    background-color: black;
    color: white;
}

.rozdz3
{
    background-color: #003;
    color: white;
}

.rozdz4
{
    background-color: #2a3020;
    color: white;
}

.formal
{
    background-color: white;
    padding: 5px;
    margin: 3px 9px;
    color: darkblue;
    width: 491px;
}

#gicz
{
    margin: -5px 0 -43px -22px;
}

#giczlink
{
    display: block;
    transform: translate(160px, -10px);
    color: white;
}

.whiteonblck
{
    background-color: black;
    color: white;
}

.whiteonblu
{
    background-color: #003;
    color: white;
}

.whiteonolive
{
    background-color: #2a3020;
    color: white;
}

#rozdz1icon
{
    background-color: white;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid white;
}

#rozdz2icon
{
    background-color: black;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid white;
}

#rozdz3icon
{
    background-color: #003;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid white;
}

#rozdz4icon
{
    background-color: #2a3020;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid white;
}

.akurwa
{
    color: inherit;
}

.inlajnserio
{
    display: inline-block;
}

.inlajn
{
    margin-block: 0;
    margin-inline: 0;
    margin: 0;
}

.wyswietlacz
{
    width: 400px;
    font-family: 'Press Start 2P';
    font-size: 36px;
}

.utnij
{
    height: 24px;
    overflow-y: hidden;
}

#potocznie
{
    background-image: url(potoczniewtf.png);
    height: 190px;
    width: 100%;
}

.onblue
{
    background-color: blue;
    color: white;
}

.cenzura
{
    background-color: #444;
    color: #444;
    padding-inline: 10px;
}

.cenzura:hover
{
    color: white;
}

#symbole
{
    image-rendering: pixelated;
    width: 200px;
    height: 76px;
}

.dystans
{
    margin-inline-end: 400px;
}

@keyframes kurwoRuszaj {
    100%,
    0%
    {
        margin-left: 200px;
    }
    50%
    {
        margin-left: 0;
    }
  }

.ruszajsiekurwo
{
    animation-name: kurwoRuszaj;
    animation-duration: 0.9s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    margin-top: -100px;
}

#wczesniej
{
    margin-left: 20px;
    font-size: 72px;
    font-weight: bold;
}

.mniejszy
{
    height: 200px;
}

.mniejszyinaczej
{
    width: 30%;
}

.naprawde
{
    border-bottom: 1px dashed white;
    margin-block-end: -1px;
}

#glowy
{
    background-image: url('glowy.jpg');
    background-size: contain;
    color: white;
    padding: 16px;
}

iframe
{
    width: 100%;
}

.podkresl 
{
    text-decoration: underline;
}

.multicien
{
    text-shadow: 5px 5px 0 black;
}

.onblueframe
{
    padding: 4px;
    border: 4px solid blue;
    width: fit-content;
}

.tagcont > div {
    background-color: #222;
    padding: 8px;
    margin: 4px;
    border-radius: 100px;
}

.tagcont {
    display: flex;
}

.dups {
    position: absolute;
    transform: translate(300px, -260px);
}

.tabelkano {
    border-collapse: collapse;
}

.tabelkano td,
.tabelkano th {
    border: 1px solid white;
    padding: 8px 16px 8px 0;
}

.tabelkano th {
    background-color: #222;
    padding: 8px;
}

.bialka {
    background-color: white;
    padding: 8px 16px;
    width: fit-content;
    color: black;
    font-weight: bold;
    font-size: 18px;
}

.bialka > * {
    padding: 0 12px;
}

.b_bialka {
    text-align: left;
}

.b_poronin {
    font-size: 12px;
    text-align: center;
}

.b_zakopane {
    text-align: right;
}

.bsh {
    font-family: monospace;
    font-size: 12px;
    background-color: black;
    color: #bbb;
    width: fit-content;
}

.orange {
    color: orange;
}

.barelygray {
    padding: 4px;
    background-color: #aaa;
    color: #ccc;
    width: fit-content;
    font-size: 12px;
}

.ajednakstronk {
    color: #222;
}

.zobacze {
    background-color: #111;
    font-style: italic;
    color: #ccc
}

.dojebaneefekty {
    background-color: black;
    width: fit-content;
    padding: 16px;
    color: gray;
    letter-spacing: 1px;
}

.minimalsmieciu {
    width: fit-content;
}

.chapt4spacer {
    background-image: url("nois.png");
    image-rendering: pixelated;
    width: 100%;
    height: 32px;
}

.zapiskonfyladnycien {
    --wownapisalemtozreki: xd;
    background: linear-gradient(45deg, #1273a0, #193666);
    width: fit-content;
    padding: 4px;
}

.zapiskonfy {
    white-space: pre-line;
    background-color: #eee2;
    width: fit-content;
    padding: 8px;
}

.nibyfullblock2,
.nibyfullblock3 {
    width: calc(11.34px * 3);
    height: 19px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
    background-color: #eee2;
}

.nibyfullblock2 {
    width: calc(11.34px * 2);
}

.kurwasrodek {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: fit-content;
}

#audi {
    padding: 8px;
    background-color: #eee;
    color: #333;
    width: fit-content;
}

#audi > img:first-child {
    margin-left: 8px;
}

#audi > img {
    inline-size: 1em;
    vertical-align: middle;
}

.cytat {
    padding: 8px;
    width: fit-content;
    border-radius: 8px;
    font-family: monospace;
}

.chleb {
    padding: 8px;
    border: 1px solid black;
    width: fit-content;
    cursor: pointer;
    position: relative;
}

.chleb > .en {
    opacity: 0;
    position: absolute;
    top: 8px;
    left: 8px;
    transition: opacity 0.5s;
}

.chleb > .pl {
    opacity: 1;
    transition: opacity 0.5s;
}

.chleb:hover > .en {
    opacity: 1;
}

.chleb:hover > .pl {
    opacity: 0;
}

.chleb > .pointer {
    position: absolute;
    top: 20px;
    left: 80px;
}

#video-cassette {
    height: 302px;
    image-rendering: pixelated;
}

.jakisribbon {
    background-color: black;
    color: white;
    padding: 4px;
    margin: 4px -8px;
    text-align: center;
    font-style: italic;
}

.hapi {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: large;
    background-color: #a3ac78;
    color: white;
    width: fit-content;
    padding: 8px;
}

.duze {
    font-size: 72px;
}

.yay {
    color: deeppink;
    font-weight: bold;
}

.sporszytext {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: larger;
}