body {
	background-color: #c8c8c8;
	color: black;
	font-family: Arial;
	padding-left: 600px; 
	padding-top: 50px;
	padding-bottom: 50px;	
}

.container {
	z-index: 1;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.form {
	z-index: -1;
}

#square {
 	z-index: -1;
 	position: absolute;
 	top: -130px;
 	right: -100px;
    width: 1000px;
    height: 700px;
    padding-top: 40px;
	padding-bottom: 25px;
    border: 40px solid #f1ff00;
}

#square {
	z-index: -1;
	position: fixed;
	top: 380px;
	left: -100px;
	width: 800px;
    height: 1000px;
	border: 20px solid #f1ff00;
}

#square {
	z-index: -1;
	position: fixed;
	top: 2000px;
	right: -400px;
	width: 600px;
    height: 1500px;
	border: 20px solid #92ff00;
}

#square {
	z-index: -1;
	position: fixed;
	top: 3900px;
	left: -200px;
	width: 600px;
    height: 1500px;
	border: 40px solid #f1ff00;
}

h1 {
	color: black;
	font-size: 90px;
	font-weight: bold;
	line-height: 95px;
	margin-left: -550px;
	padding-bottom: 40px;
	text-shadow: 10px 10px #92ff00;
}

h2 {	
	color: black;
	font-style: italic;
	font-weight: bold;
	font-size: 50px;
	text-decoration: underline;
	margin-left: -550px;
	padding-top: 40px;
	padding-bottom: 25px;
	text-shadow: 5px 5px #f1ff00;
}

h3 {
	color: black;
	font-size: 25px;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 15px;
	text-shadow: 5px 5px #92ff00;
}

p {
	font-size: 20px;
	line-height: 140%;
	padding-bottom: 20px;
	text-align: justify;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: black;
	background: #92ff00;
}
