article{
	clear: both;
	padding: 10px;
	min-height: 300px;
}
article h1{
	text-align: center;
	margin: 30px;
	margin-top: 20px;
}
article h2{
	margin-bottom: 10px;
}
article div{
background: white;
margin-bottom: 10px;
padding: 15px;
}
article div{
	border-radius: 10px;
}
@media(min-width: 1000px){
	article{
		width: 60%;
		margin: auto;
	}
}