@import url('https://fonts.googleapis.com/css2?family=VT323&family=Amatic+SC:wght@700&family=Open+Sans+Condensed:wght@300&display=swap');
body
{
    background-image: url("https://pbp.one.pl/informatyka/3_LO/zdj/2.jpg");
    text-align: justify;
    font-family: /*'Comic Sans MS', 'Impact', */'VT323', 'Amatic SC', 'Open Sans Condensed';
    font-size: 30px;
}
input
{
    font-family: /*'Comic Sans MS', 'Impact', */'VT323', 'Amatic SC', 'Open Sans Condensed';   
    font-size: 20px;
    margin-left: 0.5%;
}

a
{
    font-variant: small-caps;
	font-weight: bold;
    text-shadow:indianred 2px 2px;
    color:pink;
}


section
{
    margin-top: 50px;
	background-color:#2bff59;
    width:75%;
    min-width: min-content;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	border: 3px dotted #7777ff;
	box-shadow: 7px 6px #ddccbb;
}

.zapytanie
{
    font-size:21.37px;
    color:blue;
}

ol
{
    list-style: lower-greek;
}

footer
{
    font-size:23px;
	width:75%;
	margin-left:auto;
    margin-right:auto;
    margin-top: 21.37px;
    padding:10px;
    background-color: #40d56a;
	border: 3px dotted #7777ff;
	box-shadow: 7px 6px #ddccbb;
}

.author, .version, .b4vers
{
    display: inline-block;
}
.author, .b4vers
{
    width:50%;
}

table, tr, td, th
{
    border-collapse: collapse;
    border: 2px black solid;
}

th
{
    color:white;
    background-color: #d540d5;
}

table
{
    background-color: white;
    width: 90%;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
}

td, th
{
    padding: 5px;
}

.c
{
    text-align:center;
}

.error
{
    color: red;
}

.g-recaptcha
{
    display: inline-block;
    margin-top: 20px;
}

figure
{
    /*display: inline-block;*/
    float:left;
    text-align: center;
}

figcaption
{
    margin:1% 0 3% 0;
}

video
{
    margin:1%;
    max-height: 500px;
    max-width: 90%;
}

.wyczysc
{
    clear: both;
}