img {
	width: 50%;
	height: 25%;
	border-radius: 3px;
	
}
.saturate {
	filter: saturate(7);
}
ul {
	list-style-image: square;
}