body {
	background-image: url("art/static_city.svg");
	background-attachment: fixed;
	background-position: 0 0;
	font-family: Sans-Serif;
	font-stretch: condensed;
	background-color: grey;
	background-repeat: no-repeat;
}
.bigger {
	position: absolute;
	width: 98%;
	top: 0;
	font-size: 10vw;
	color: white;
	font-weight: bold;
	text-shadow: 1px 1px 0 #000,
		-1px 1px 0 #000,
		1px -1px 0 #000,
		-1px -1px 0 #000,
		0px 1px 0 #000,
		0px -1px 0 #000,
		-1px 0px 0 #000,
		1px 0px 0 #000,
		2px 2px 0 #000,
		-2px 2px 0 #000,
		2px -2px 0 #000,
		-2px -2px 0 #000,
		0px 2px 0 #000,
		0px -2px 0 #000,
		-2px 0px 0 #000,
		2px 0px 0 #000,
		1px 2px 0 #000,
		-1px 2px 0 #000,
		1px -2px 0 #000,
		-1px -2px 0 #000,
		2px 1px 0 #000,
		-2px 1px 0 #000,
		2px -1px 0 #000,
		-2px -1px 0 #000;
	display: block;
	text-align: center;
}
.smaller {
	position: absolute;
	width: 98%;
	top: 30%;
	font-size: 6vw;
	color:white;
	text-align: center;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
a {
	color: #C4C;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: black;
	text-decoration: none;
}
a:visited {
	color: $C4C;
	text-decoration: none;
}
img {
	position:absolute;
	visibility: hidden;
	z-index: -1;
}
#ground {
	background-image: url("art/grass.svg");
	background-size: contain;
	background-repeat: repeat-x;
	width: "100%";
}
