html {
	background-color: whitesmoke;
}
body {
	 width: 950px;
	 margin: 0 auto;
	 background-color: #3a332d;
	 border-left: 10px solid whitesmoke;
	 border-right: 10px solid whitesmoke;
}
h2 {
	margin-left: 50px;
	color: #DCDCDC;
}
#content {
	width: 930px;
	margin: 0 auto;
}
#container {
	width: 930px;
	display : grid;
	grid-template-rows: repeat(18, 463px);
	grid-template-columns: 1fr 1fr;
	column-gap: 5px;
	row-gap: 5px;
	align-items: start;
}