body {
	font-family: 'Nunito', sans-serif;
	padding: 20px;
	text-align: center;
}

h1 {
	font-size: 29px;
	text-align: center;
}

h2 {
	text-align: center;
	font-weight: 300;
	font-size: 14px;
	padding-bottom: 10px;
}

a{
	text-align: center;
	text-decoration: none;
}

.lost{
	height: 120px;
	background-color: lightgray;
	color: white;
	padding-top: 60px;
}

.found {
	height: 120px;
	background-color: black;
	color: white;
	padding-top: 60px;
}