@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,600');

body {
	background-color: #aae6e6;
	margin,padding:0px;
	font-family: 'Poppins', sans-serif;

}
#image{
	background-image:url(../img/cookies.png);
	background-repeat:no-repeat;
	background-position:center;
	width: 600px;
	height:150px;
    margin-left: auto;
    margin-right: auto;
	margin-top:20%;
}

#text{
	text-align:center;
	font-family: 'Source Serif Pro', serif;
	font-size:16px;
	font-weight:regular;
	color:#FFF;
	line-height: 26px;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}