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

h1 {
	font-size: 32px;
	text-align: center;
	font-weight: 700;
}

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

.success {
	font-size: 16px;
	line-height: 1.7;
}

h3 {
	font-weight: 600;
}

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

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

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

.success {
	line-height: 1.75;
}

.col-sm-6 {
	padding-top: 50px;
}

.frown {
	color: #FF7030;
}

.smile {
	color: #09C7AF;
}

@media (max-width: 770px) {

h1 {
	font-size: 26px;
}

h2 {
	font-size: 12px;
	font-weight: 600;
}

h3 {
	font-size: 20px;
	font-weight: 600;
}

.col-sm-6 {
	padding-top: 30px;
}

}