@charset "utf-8";
/* CSS Document */
body{
	background: #ffcefd
}
header{
	background-color: #ffcae8;
	height: 430px

	.molengo-regular {
  font-family: "Molengo", sans-serif;
  font-weight: 400;
  font-style: normal;
}

}
nav{
	background-color: rgb(255, 218, 246);
	font-family: pacifico;
	color: black;
	}

nav ul li{
	display:inline;
	background-color: #FF64A7;		
	margin-right: 30px;
	font-size: 45px;
}
a{list-style-type: none;
text-decoration: none;
}
a:hover{
background: #A46285;
color: #BC1196;
}
footer{
	background-color: #FF4C9F;
}

