body {
	font-family: 'Roboto', sans-serif;
	width: 70%;
	margin: auto;
}

.header {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 100px;
}

h1 {
	font-family: 'Merriweather', serif;
}

h2 {
	font-family: 'Merriweather', serif;
}

h3 {
	margin-top: 30px;
}

img {
	width: 100%;
}

.thumbnail img {
	width: 400px;
	padding: 20px;
}

.thumbnail 