body{
	background-image: url(watercolor-background-papaya-whip.jpg);
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


ul{
	list-style-type: none;
	background-color: #E1ADAB;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

li{
	float: right;
}

li a{
	display: block;
	color: white;
	text-align: center;
	padding: 16px 22px;
	text-decoration: none;
	font-size: 18px;


}

li a:hover{
	background-color: bisque;
	color: black;
}

h1{
	font-size: 50px;
}

