@charset "utf-8";
/* CSS Document */
article {
	background-color: antiquewhite;
	padding: 1px 10px;
	margin: 25px 10px;
	border-color: gray;
	border-style: solid;
	border-width: 20px;
	
}
h1 {
	text-align: center;

}
p {
	text-align: center;
}