body {
	margin: 0;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(to bottom, #000, #16420f);
	text-align: center;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: bold;
}

.kwadrat {
	position: relative;
	background-image: url("../images/tlo.png");
	background-size: cover;
	width: 300px;
	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;
}

.height185{
	height: 185px;
}

.height200{
	height: 210px;
}

button {
    padding: 3px 10px;
    font-size: 16px;
    cursor: pointer;
	width: 200px;
	height: 30px;
	text-align: center;
	border: 1px solid #222;
	border-radius: 15px;
	background-color: transparent;
	color: #444;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-style: bold;
	position: absolute;
	bottom: 13px;
	left: 50%;
	transform: translateX(-50%);
}

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.tytul{
	font-size: 18px;
	position: absolute;
	left: 50%;
	top: 5px;
	transform: translateX(-50%);
	
}
p{
	margin: auto;
	color: #444;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
}

p#footer{
	color: #444;
	width: 300px;
	font-size: 11px;
	position: absolute;
	bottom: 5px;
	left: 50%;
    transform: translateX(-50%);
}

input{
	width: 160px;
	height: 23px;
	margin-top: 5px;
	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);
}

.margin{
	margin-top: 5px;
}

h3.head{
	color: #444;
	width: 300px;
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

a:link{
	color: #444;
	text-decoration: none;
	font-size: 12px;
}

a:hover{
	text-decoration: underline;
}

a:visited{
	color: #444;
}

.blask{
	-webkit-box-shadow: 0px 0px 32px -7px #70ff59;
	-moz-box-shadow: 0px 0px 32px -7px #70ff59;
	box-shadow: 0px 0px 32px -5px #70ff59;
}
