body {
	font-family: 'Comfortaa', cursive;
	font-size: 110%;
} 
code {
	white-space: pre-line;
}

#myShadow {
	width: 300px;
	height: 100px;
	background-color: #9ACD32;
	box-shadow: 10px 10px #888888;
}

#myBlur {
	width: 300px;
	height: 100px;
	background-color: #9ACD32;
	box-shadow: 10px 10px 5px 5px #888888;
}

#myNegative {
	width: 300px;
	height: 100px;
	background-color: #9ACD32;
	box-shadow: -10px -10px 5px -5px #888888;
}