body {
    background-color:rgb(194, 194, 214);
}

div#allcontent {
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
padding 10px;
}

header {
background-color:rgb(0, 179, 60);
color:white;
text-align:center;
padding: 5px;
}


section {
background-color:rgb(128, 204, 255);
padding:10px;
}

footer {
background-color:rgb(0, 179, 60);
}



.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}