body {
	margin: 0;
	padding: 0;
	
}


section.navbar {
				width: 100%; 
				height: 50px;
				margin: auto;
				padding: 24px;
				background-color:#196767;

}

section.navbar i {
				color: white;
				float: right;
				padding-right: 50px;
}
		section.navbar i:hover {
				color:  #ccffff;
		}

section.title {
				width: 100%; 
				height: 200px;
				margin: auto;
				padding-top: 50px;
				background-color: #196767;
				text-align: center;


}

section.title a {
				font-family: 'Archivo Black', sans-serif;
				font-size: 80px;
				text-decoration: none;
	
				color: white;
				text-align: center;

				}
		section.title a:hover {
				color:  #ccffff;
		}


section.bod {
				background-color: #196767;
				width: 100%;
				height: 500px;
}

section.bod a {
				color: black;
				text-decoration: none;
}

section.bod div {
				width: 100%;
				height: 150px;
}



div.lost {

				background: #e6f2ff;
				width: 100%;
				text-align: center;
				font-family: 'Abel';, sans-serif;
				font-size: 20px;
				text-transform: uppercase;
				letter-spacing: .1em;
				padding-top: 120px;

}
				div.lost:hover {
				background:  #ccffff;
				}

div.found { 
				background: #cce6ff;
				width: 100%;
				text-align: center;
				text-transform: uppercase;
				font-family: 'Abel';, sans-serif;
				font-size: 20px;
				padding-top: 100px;

}
				div.found:hover {
				background:  #ccffff;
				}

form {
				width: 50%;
				padding-top: 100px;
				padding-left: 300px;

}
