body
{
	font-size: 28px;
	font-family: 'Inconsolata', monospace;
	font-weight:700;
}

#pojemnik
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#plansza
{
	width:900px;
	text-align:center;
	font-size:48px;
	min-height:60px;
	color:black;
	margin-bottom:20px;
}

#szubienica
{
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:5px;
    width: 50%;
	width:450px;
	text-align:center;
	min-height:280px;
}

#alfabet
{
	margin-left:50px;
	text-align: center;
	width:800px;
	text-align:center;
}

.litera
{
	width:50px;
	height:50px;
	text-align:center;
	padding:5px;
	margin:5px;
	border:3px solid gray;
	float:left;
	cursor:pointer;
	border-radius: 15px;
	background-color: white;
}

.litera:hover
{
	background-color: #222222;
	color:white;
	border:3 px solid white;
}

.reset
{
	color:black;
	cursor:pointer;
	font-size:48px;
}

.reset:hover
{
	color:gray;
}
h1
{
font-size:15px;
}
#przycisk{
	margin:15px;
}
