.maincontent {
  max-width:100%;
}

p {
  font-size:16px;
}

.header-bg {
  background-image:linear-gradient(to bottom, rgb(35, 125, 198), rgb(255,255,255) );
  width:100%;
  padding:30px 0;
  text-align:center;
  margin:0;
}

.header-bg p {
  max-width:1000px;
}

.myButton {
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background-color:transparent;
	border-radius:10px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#000;
	font-family:Arial;
	font-size:18px;
	padding:10px 26px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.myButton:hover {
	background-color:#0078C1;
        color:white;
}
.myButton:active {
	position:relative;
	top:1px;
}