article div{
	padding: 20px;
	padding-left: 30px;
	background: hsl(190,100%,50%);
}
article{
	padding: 10px;
	background: white;
}
article div p{
	font-size: 19px;
}
article div h1{
text-transform: uppercase;
}
article div *{
margin-bottom: 10px;
color: white
}
.section2{
	width: 100%;
	margin: 5px;
}
article form{
	background: hsl(70,20%,75%);
	padding: 30px;
}
article form li{
	list-style: none;
}
article form label{
	color: hsl(70,30%,50%);
	font-weight: bold;
	margin-bottom: 5px;
	display: inline-block;
}
article form *{
	width:100%;
}
form input, form select, form textarea{
	border: none;
	background: hsl(70,20%,75%);
	border-bottom: 2px solid hsl(70,30%,50%);
	margin-bottom: 15px;
	min-height: 40px;
}

input[type='submit']{
	background: white;
	color:  hsl(70,30%,50%);
	width: 190px;
	padding: 10px;
	font-weight: normal;
	border-radius: 20px;
	font-size: 24px;
	border-bottom: none;
}

article section > h1{
	margin: 10px;
	margin-top: 20px;
}
footer{
	margin-top: 20px;
}
header .title{
	margin-top:170px;
}
@media(min-width: 1000px){
	article{
		margin-bottom: 30px;
		margin: auto;
		width: 950px;
	}
	article form span{
		width:49%;
		display: inline-block;
	}
}