body
{
	background-color: #000000;
	color: lightgrey;
	font-size: 28px;
	font-family: 'Inconsolata', monospace;
	font-weight: 700px;
}

#container
{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

#home
{
	float: left;
	width: 180px;
	height: 200px;
	margin-bottom: 30px;
}

#password
{
	float: left;
	width: 880px;
	padding: 20px 10px;
	height: 50px;
	text-align: center;
	font-size: 48px;
	margin-top: 55px;
	margin-bottom: 25px;
	padding: 50px 0px;
}

#szubienica
{
	float: left;
	width: 450px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 320px;
	padding: 20px;
}

#alfabet
{
	float: left;
	width: 550px;
	float: left;
	text-align: center;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	height: 250px;
}

.litera
{
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 10px;
	margin: 7px;
	border: 3px solid darkgrey;
	border-radius: 10px;
	font-weight: bold;
	float: left;
}

.litera:hover
{
	border: 3px solid white;
	background-color: blue;
	cursor: pointer;
}

.reset
{
	color: lightgreen;
	cursor: pointer;
	font-size: 48px;
}

.reset:hover
{
	color: yellow;
}

#footer
{
	font-size: 8px;
	text-align: center;
}