article{
	padding: 10px;
	background: white;
}
article div{
	margin-bottom: 20px;
}
article div h1{
	margin-bottom: 5px;
}

article div li{
list-style: lower-roman;
display: block!important;
margin-bottom: 10px;
}

article div img{
	width: 60px;
	background: hsl(0,0%,90%);
	float: left;
	border-radius: 8px;
	margin-right: 10px;
}
footer{
	margin-top: 20px;
}
header .title{
	margin-top:170px;
}
@media(min-width: 1000px){
	article{
		margin: auto;
		width: 950px;
	}
}