
@import url(http://fonts.googleapis.com/css?family=Lato);
@import url(http://fonts.googleapis.com/css?family=Slabo+27px);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab);
body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #89867e;
	background: #fff;
	text-align: center;
}

h1 {
	
	margin-bottom: 50px;
}

#mascot {
	font-family: 'Roboto Slab', 'Slabo 27px', serif;
	font-size: 70px;
	margin-bottom: 10px;
}

#desc {
	font-size: 25px;
	margin-bottom: 80px;
}

#source {
	margin-top: 80px;
	text-align:center;
}
