body {
	margin: 0;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(to bottom, #000, #002C50);
	text-align: center;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: bold;
}

.kwadrat {
	position: relative;
	background-image: url("../images/tlo.png");
	width: 300px;
	height: 185px;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 30px;
	box-sizing: border-box;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #222;
	border-right: 1px solid #222;
	outline: 1px solid #000;
	margin-bottom: 10px;
	cursor: pointer;
}
button {
    padding: 3px 10px;
    font-size: 16px;
    cursor: pointer;
	width: 200px;
	height: 30px;
	text-align: center;
	/*border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #222;
	border-right: 1px solid #222;
	outline: 1px solid #222;*/
	border: 1px solid #222;
	border-radius: 15px;
	background-color: transparent;
	color: #444;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: -5px;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-style: bold;
}
button:hover{
	/*-webkit-box-shadow: 0px 0px 16px -2px #00B0F0;
	-moz-box-shadow: 0px 0px 16px -2px #00B0F0;
	box-shadow: 0px 0px 16px -2px #00B0F0;*/
}

button:active{
	border: 0px;
	color: #444;
	border-top: 2px solid #222;
	border-left: 2px solid #222;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: rgba(0, 0, 0, 0.2);
}

p#myInput0, p#myInput1, p#myInput2 {
    font-size: 60px;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px #000;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 0%;
    width: inherit;
	transform: translateY(-60%);
	font-family: "Rubik Doodle Shadow", system-ui;
	font-weight: 700;
	font-style: normal;
}

div#kod{
	display: grid;
	width: 100%;
}

p{
	margin: auto;
	color: #444;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
}

p.tyt{
	width: 300px;
	font-size: 25px;
	position: absolute;
	top: 5px;
	left: 50%;
    transform: translateX(-50%);
}

p#footer{
	color: #444;
	width: 300px;
	font-size: 11px;
	position: absolute;
	bottom: 5px;
	left: 50%;
    transform: translateX(-50%);
}

input{
	width: 160px;
	height: 25px;
	margin-top: 10px;
	background-color: #999;
	border: 1px solid #444;
	border-radius: 10px;
	padding-left: 10px;
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background-color: rgba(0, 0, 0, 0.2);
}

h3.tytul{
	margin: 0;
	margin-top: 10px;
	padding: 0;
	color: #444;
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
}

span{
	font-size: 30px;
}

a:link{
	color: #00ffff;
	text-decoration: none;
	font-size: 12px;
}

a:hover{
	text-decoration: underline;
}

a:visited{
	color: #00ffff;
}

.blask{
	-webkit-box-shadow: 0px 0px 32px -7px aqua;
	-moz-box-shadow: 0px 0px 32px -7px aqua;
	box-shadow: 0px 0px 32px -5px aqua;
}

hr.pasek{
	--w: 210px;
	width: var(--w);
	height: 5px;
	background-color: #777;
	border: 0px;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	top: 120px;

}