.block {
	max-width: 800px;
	line-height: 1.6;
	border-radius: 8px;
	/* box-shadow: 0px 40px 100px #EFEFEF; */
    box-shadow: 0px 15px 30px #E4E4E4;
	padding: 1px 20px;
	background: white;
	margin-bottom: 20px;
}

.code-block {
	max-width: 580px;
	line-height: 1.6;
	border-radius: 8px;
	/* box-shadow: 0px 40px 100px #EFEFEF; */
    box-shadow: 0px 15px 30px #E4E4E4;
	padding: 1px 20px;
	background: white;
	margin-bottom: 20px;
}

p {
	text-align: left;
}

/* This is identicle to `.block`, except for its width and line-height. */
.header {
	max-width: 850px;
	line-height: 1.3;
	background: white;
	border-radius: 8px;
	/* h-offset, v-offset, blur, color */
	box-shadow: 0px 13px 15px #E0E0E0;
	padding: 8px 15px;
}

/* This is identicle to `.block`, except for its width and line-height. */
.project {
	max-width: 250px;
	line-height: 1.1;
	background: white;
	border-radius: 8px;
	/* h-offset, v-offset, blur, color */
	box-shadow: -1px 13px 15px #E0E0E0;
	text-align: center;
}

.table-row {
	background: white;
	border-radius: 10px;
	/* h-offset, v-offset, blur, color */
	box-shadow: 0px 15px 20px #E0E0E0;
	line-height: 1.6;
	text-align: center;
	padding: 2px 8px;
	display: inline-block;
}

table {
	border-collapse: separate
}

tr {
	padding: 100px;
	text-align: center;
}
