/* CSS Document */

body {
	font-family: 'PT Sans', sans-serif;
	background-color: #eee;
}
h1, h2 {
	font-family: 'Philosopher', sans-serif;
}

#intro {
	margin: 50px auto;
	text-align: center;
}

#intro img {
	width: 100%;
	max-width: 200px;
	height: auto;
}
