h1 
{font-family: 'Quicksand', sans-serif;;
color: #ef587f;
font-size: 50px;
text-align: center
}

ul: hover
{font-family: 'Quicksand', sans-serif;;
color: #778DA9;
font-size: 30px;
}


h2
{font-family: 'Quicksand', sans-serif;;
color: #a1baa0;
font-size: 30px;
}

a
{font-family: 'Quicksand', sans-serif;;
color: #778DA9;
font-size: 30px;
}

body {
	background-color: #fff4f6;
}