#menu {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 300px;
	width: 300px;
	background: red;
	z-index: 1;
}
#masodik {
	height: 300px;
	width: 300px;
	background: green;
	position: absolute;
	top: 210px;
	left: 210px;
	z-index: 2;
}

p {
	font-style: italic;


}

h1 {
	text-align: center;
	background: black;
	color: white;
}

h3 {
	text-align: center;
	font-style: bold;
	background: black;
	color: white;
	font-size: 20px;
}

h4 {
	text-align: left;
	font-style: bold;
	background: grey;
	color: white;
	font-size: 22px;

}