body {
	background-color: hsl(20, 28%, 75%);
}

svg {
	max-height: 90vh;
	max-width: 90vw;
	margin: 0 auto;
	display: block;
}

rect {
	fill: hsl(20, 28%, 65%);
}

#shadow {
	fill: hsl(20, 28%, 25%);
	opacity: 0;
	filter: blur(10px);
}