html {
  width: 1000px;
  margin: auto;
  max-width: 80%;
}

body {
  margin-top: 140px;
  margin-bottom: 140px;
}

.title {
	font-size: 70px; 
	text-decoration: bold; 
	color: #0074D9;
	text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  text-align: center;
  /*color: #0074D9;*/
}

p {
	text-align: center;
}

/* HORIZONTAL RULE BLOCK */
hr {
	height: 2px;
  background-color: #0074D9;
  border: none;
  width: 50%;
  margin-top: 50px;
  margin-bottom: 50px;
}