*
{
	margin: 0 auto;

}
body{
	background-color: #e6e6e6;
	width: 100%;
}
header{
	width: 100%;
	height: 120px;
	background: #00275b;
}
header h1{
	font-family: "Anton", serif;
  font-weight: 400;
  font-size: 50px;
  font-style: normal;
  text-align: center;
  padding-top: 25px;
  color: white;
}
article{
	width: 100%;
	height: 500px;
}
.div{
	width:850px;
	height: 100%;
}