html{
	font-family:'Comic Sans MS';
}

#duze{
	height:200px;
}

body{
color: hsl(260, 5%, 85%);
background-color:black;
}	

#menu{
	color:hsl(265, 47%, 50%);
	width: 100%;
	border: 2px solid white;
}	

#menu td{
;	border: 2px solid white;
	text-align: center;
}

.side-bar{
	background-image:url("/images/gwiazdki.jpg");
	width: 20%;
	border: 2px solid white;
	text-align: center;
}

.centeredIMG {
    display: block;
    margin-left: auto;
    margin-right: auto }

.tytul{
	text-align: center;
	font-size: 140%;
	font-weight:bold;
	text-shadow: 1px 1px 7px rgb(255, 0, 255);
}