body {
	background-color: #196285;
}

h1 {
	color: white;
	font-family: Open Sans;
	font-size: 25px;
	text-align: center;
}

p {
	color: #000000;
	font-family: Open Sans;
	font-size: 20px;
	text-align: center;
}

div {
	margin-top: 10%;
	margin-bottom: none;
	margin-right: auto;
	margin-left: auto;
	width: 200px;
	border: none;
	padding: 10px;
}