.block1 {
	background: #e9e9fa;
	border-radius: 10px;
	width: 1000px;
	height: 500px;
	border: 1px solid #000;
	overflow: auto;
}

.block {
	display: inline-block;
	background: #ba9c75;
	width: 200px;
	height: 150px;
	margin: 8px 8px;
	padding: 12px 12px;
	border-radius: 15px;
	box-shadow: 0px 0px 5px inset #000;
}