p {
	text-align: center;
	font-family: 'Helvetica';
	font-size: 20px;
}

h2 {
	color: #003366;
	font-family: 'Helvetica';
	font-weight: bold;
	text-align: center;
	font-size: 30px;
}

h3 {
	font-size: 22px;
	text-align: center;
	font-family: 'Helvetica';
	font-weight: bold;
}

body {
	background-color: #e0ebeb;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}