article{
	min-height: 600px;
	text-align: center;
}
form{
	width: 300px;
	margin: auto;
	text-align: left;
	margin-top: 30px;
	background: hsl(230,100%,20%);
	padding: 30px;

}
form input,textarea,select{
	width: 100%;
		min-height: 40px;
		border:1px solid grey;
		border-radius: 3px;
}
textarea{
	min-height: 100px;
}
form p img{
	width: 80%;
	display: block;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;

}
form label{
padding-bottom: 10px;
display: inline-block;
color: hsl(30,100%,50%);
}
input[type='submit']{
	background: hsl(30,100%,50%);
	font-size: 15px;
	color: white;
	text-transform: uppercase;
}
input[type='file']{
	background: white
	}
		article div{
		display: inline-block;
		width: 280px;
		margin: 15px;
		vertical-align: top;
		border: 1px solid hsl(0,0%,90%);
		border-radius: 5px;
		text-align: left;
		padding: 10px;
		}
		form li{
			list-style: none;

			margin-bottom: 10px;
		}
		.title{
			font-weight: bold;
		}
		li a{
			color: red;
		}
		.desc{
			color: grey;
			font-size: 15px;
		}
          
          article div li{
          	list-style: none;
          	color: black;
            margin-bottom: 4px;
          }

		
		article div img{
			width: 100%;
		}

@media(min-width: 1000px){
	form{
		width: 450px!important;
	}
}