body{
	width: 1280px;
	margin: 0 auto;
	font-family: "montserrat" cursive;
	font-weight: 200;
	font-size: 18px;
	background: #000;
	color: #fff;
}

a {
	text-decoration: none;
	color: #fff;

}

header h1{
	float: left;
	font-size: 36px;
}

.how-to {
	float: right;
	width: 40%;
	margin-right: 212px;
	margin-top: 20px;
}

.puzzle {
	float: right;
	margin-right: 164px;
}

.solution {
	margin-top: 42px;
}

#sortable { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 612px; }

#sortable.easy { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 650px; }

.hidden {
	display: none; 
}

li.flower{ 
	float: left; 
	width: 150px; 
	height: 150px;
}

li.sky {
	float: left;
	width: 320px;
	height: 240px;
}

.controls {
	float: left;
}

button {
	background: black;
	color: #fff;
	padding: 20px;
	border-radius: 10px;
	font-family: 'montserrat', cursive;
	font-size: 18px;
}

.thumbnail {
	clear:	both;
	margin: 120px 42px;
	float: left;
}

footer {
	clear: both;
	margin: 16px 0;
}