/* Basic CSS resets -- leveling slight inconsistencies in browsers */
html, body {
	margin:0px;
	padding:0px;
	height:100%;
}

html {
		/* Standard text-settings below */
	font-size: 1em;
    line-height: 1.4em;
}




body {
	font-family: 'Sigmar', Arial, sans-serif;
	background: -webkit-linear-gradient(#d1f542, #5d6e1b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #79854d;
}



#container {
	border: 1px solid black;
	Width: 800px;
	Height: 400px;
	margin: auto;
	
}

span.JU {
	position: absolute;
	left: 600px;
	Top: 150px;
	font-size: 5em
	
}

span.ST {
	position: absolute;
	Right: 600px;
	Top: 150px;
	font-size: 5em;
	margin: auto;
}

span.S {
	position: absolute;
	Left: 500px;
	font-size: 5em;
	Bottom: 375px;
	
	
}

span.M {
	position: absolute;
	Left: 600px;
	font-size: 5em;
	Bottom: 315px;
}

span.I {
	position: absolute;
	Left: 750px;
	font-size: 5em;
	Bottom: 300px;
}

span.L {
	position: absolute;
	right: 600px;
	font-size: 5em;
	Bottom: 315px;
}

span.E {
	position: absolute;
	Right: 500px;
	font-size: 5em;
	Bottom: 375px;
}

