body
{	
	background-color: black;
	font-family: 'Roboto Mono', monospace;
	margin: 0px !important;
	text-align: left;
}
a
{
	text-decoration: none;
	color: white;
}
#pojemnik
{
	width: 100%;
	height: 400px;
}
#content
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
p
{
	color: white;
	font-size: 30px;
}