@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
body {
	font-family: 'Roboto Slab', serif;
	padding-top: 50px;
	text-align: center;
}
body, a {
	color: #462d76;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
img {
	margin-bottom: 40px;
	max-width: 80%;
	width: 600px;
}