.menu {
	font-family:cursive;
	font-size:25px;
	width: 100%;
	
	border:double;
	background-color: #EE82EE;
	list-style:none;
	text-align:center;
	height:115px;
	word-spacing:150px;
	position:fixed;
	justify-content:center;
	
	
}

._menu {
	display: inline-block;
	color:black;
}
.article {
	font-family:cursive;
	font-size: large;

	
}
.art {
	width:40%;
	display: inline-block;
	margin-top: 120px;
	background-color:antiquewhite;
    padding: 5px;
	margin-left:30%;
	border: 3px;
	border-radius: 15px;
	
	
}
body {
	background-image: url(img/center.jpg);
	background-color:  black;
	 padding-bottom: 30px;
}

.letter {
	font-size:xx-large;
	font-weight:bold;

}
