body
{
	background-color: black;
	font-family: 'Roboto Mono', monospace;
}
a
{
	text-decoration: none;
	color: white;
}
#pojemnik
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	width: 1000px;
}
#top
{
	width: 100%;
	height: 60px;
}
#back
{
	float: left;
	width: 200px;
	height: 40px;
	margin-top: 8px;
	margin-left: 20px;
	color: white;
	font-size: 14px;
}
#kategoria-div
{
	float: left;
	width: 55%;
	height: 60px;
}
#kategoria
{
	width: 60%;
	height: 60px;
	color: white;
	margin-left: auto;
	margin-right: auto;
	font-size: 25px;
	letter-spacing: 2px;
}
#switch
{
	float: left;
	width: 160px;
	height: 40px;
	margin-top: 8px;
	margin-left: 35px;
	color: white;
	font-size: 14px;
}
#text
{
	width: 100%;
	height: 100px;
	color: white;
	text-align: center;
	font-size: 50px;
	letter-spacing: 10px;
}
#szubienica
{
	margin-left: 30px;
	margin-top: 15px;
	width: 450px;
	min-height: 300px;
	float: left;
}
#tablica
{
	margin-left: 30px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 40px;
	padding: 0px;
	width: 430px;
	height: 300px;
	float: left;
	text-align: center;
}
#next
{
	font-size: 35px; 
	color: white; 
	margin-top: 5%;
	margin-left: auto; 
	margin-right: auto; 
}
.odp
{
	text-align: center;
	float: left;
	font-size: 30px;
	padding: 0px;
	width: 20%;
	height: 37px;	
	color: white; 
	margin-top: 7%;
	margin-left: 15%;
	margin-right: 15%;
}
.odp:hover
{
	cursor: pointer;
}
#dead
{
	font-size: 50px; 
	color: white; 
	margin-left: auto; 
	margin-right: auto;
}
#reset
{
	font-size: 35px; 
	color: white; 
	margin-top: 5%;
	margin-left: auto; 
	margin-right: auto;
}
.litera
{
	margin: 5px;
	padding: 2px;
	width: 43px;
	height: 43px;
	font-size: 32px;
	color: #A0A0A0;
	border: 1px solid #A0A0A0;
	border-radius: 5px;
	text-align: center;
	float: left;
}
.litera:hover
{
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	cursor: pointer;
}