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

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

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

a{
	text-decoration: none;
	color: black;
}

.lost{
	background-color: #344E6E;
	color: white;
}

.found {
	background-color: #613939;
	color: white;
}

.success {
	line-height: 1.75;
}