body
{
	background-color: #000000;
	color: lightgray;
	font-size: 28px;
	font-family: 'Inconsolata';
	font-weight: 700;
}

#pojemnik
{
	max-width:1280px;
	margin-left:auto;
	margin-right:auto;
	min-height: 80vh;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}

#plansza
{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
	font-size: 48px;
	min-height: 60px;
}

#szubienica
{
	width: 50%;
	text-align: center;
	min-height: 300px;
}

#rozpocznij
{
	width: 50%;
	text-align: center;
	min-height: 280px;
}

#alfabet
{
	width: 50%;
	text-align: center;
	min-height: 300px;
	max-width: 400px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#eye{
	font-size: 20px;
}
#hasloDoOdgadniecia, #start{
	font-size: 24px;
}

.litera
{
	width: 30px;
	height: 30px;
	text-align:center;
	padding: 5px;
	margin: 5px;
	border: 3px solid gray;
	float: left;
	cursor: pointer;
	border-radius: 15px;
}

.litera:hover
{
	background-color: #222222;
	color: white;
	border: 3px solid white;
}

.reset
{
	color:green;
	cursor: pointer;
	font-size: 48px;
}

.reset:hover
{
	color:white;
}

footer{
	text-align: center;
}

footer > p >a {
	color:beige;
	text-decoration: none;
}

footer > p > a:hover {
	color:aqua;
}

footer > p.small {
	font-size: 14px;
}

@media screen and (max-width: 900px) {
	#szubienica{
		width: 100%;
	}
	#alfabet, #rozpocznij{
		text-align: center;
		width: 60%;
		margin: auto auto;
	}
  }
