@charset "utf-8";
/* CSS Document */

body {
	background-image: url("../Images/hearts 4.jpg");
	
}

header {
	font-family: "Gloria Hallelujah","Cabin Sketch","Lancelot";
	color: antiquewhite;
	text-align: center;
}



main {
	background-color: beige;
	font-family: "Cabin Sketch", "Lancelot";
}

nav {
	
	font-family: "Lancelot";
}

ul{
	
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

ul li {
	border-right: 1px solid black;
}

ul li a {
	display: block;
	padding: 14px 16px;
	text-decoration: underline;
	
}