a {
	text-decoration: none;
	color: #000000;
}

a:link {
	text-decoration: none;
	color: #000000;
}

a:visted {
	text-decoration: none;
	color: #000000;
}


	.textContainer {
		position: relative;
		padding: 12%;
	}

/*THIS IS THE FIRST ROW */
	.rowOne {
	font-size: 25px;
	position: absolute;
	/*top: 4em;*/
	width: 100%;

}

	.rectGreen{
	font-size: 25px;
	position: relative;
	/*float:left;*/
	left: 4em;
	top: 5em;
	height: 18em;
	width: 20em;
	background-color: #5DD39E;

	}

	.headlineTextGreen {
	font-family: 'Bungee', cursive;
	font-size: 40px;
	line-height: 1.1em;
	position: absolute;
	top: 2em;
	}

	.copyTextGreen {
	font-family: 'Space Mono', monospace;
	font-size: 17px;
	line-height: 1.4em;
	width: 78%;
	position: absolute;
	top: 11.5em;

	}

	#usertest1 {
		position: absolute;
		font-size: 25px;
		top: 5.3em;
		right: 4em;
		width: 45%;
		height: 50%;
	}



/*THIS IS ROW TWO*/

	.rowOne {
	font-size: 25px;
	position: absolute;
	/*top: 4em;*/
	width: 100%;

}
	.rectBlue{
	font-size: 25px;
	position: relative;
	/*float:left;*/
	left: 29.5em;
	top: 6em;
	height: 18em;
	width: 20em;
	background-color: #0075F2;

	}

	.headlineTextBlue {
	font-family: 'Bungee', cursive;
	font-size: 40px;
	line-height: 1.1em;
	position: absolute;
	top: 2em;
	}

	.copyTextBlue {
	font-family: 'Space Mono', monospace;
	font-size: 17px;
	line-height: 1.4em;
	width: 78%;
	position: absolute;
	top: 11.5em;

	}

	#usertest2 {
		position: absolute;
		font-size: 25px;
		top: 24.5em;
		left: 4.3em;
		width: 45%;
		height: 50%;
	}


	/*THIS IS ROW THREE*/

	.rectPink{
	font-size: 25px;
	position: relative;
	/*float:left;*/
	left: 4em;
	top: 7em;
	height: 18em;
	width: 20em;
	background-color: #E8C2CA;

	}

	.headlineTextPink {
	font-family: 'Bungee', cursive;
	font-size: 40px;
	line-height: 1.1em;
	position: absolute;
	top: 2em;
	}

	.copyTextPink {
	font-family: 'Space Mono', monospace;
	font-size: 17px;
	line-height: 1.4em;
	width: 78%;
	position: absolute;
	top: 11.5em;

	}

	#usertest3 {
		position: absolute;
		font-size: 25px;
		top: 47em;
		left: 26em;
	}

	/*	FOOTER HERE */

#footer {
	position: absolute;
	top: 1600px;
	left: 0px;
	height: 120px;
	width: 100%;
	background-color: #FA824C;

}

#footerText {
	position: relative;
	top: 32%;
	left: 68%;
	font-family: 'Space Mono', monospace;
	color: #000000;
	font-size: 25px;

}