@import url(menu.css);
body {
	background: darkgrey;
	border: dashed 10px yellow;
	font-family: sans-serif;
}

h1 {
	text-align: center;
	color: yellow;
}


