@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Palanquin:300');
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
* {
	box-sizing: border-box;
	overflow: auto
}
body {
	height: 100%;
}
h2, h1, p {
	margin: 0;
	padding: 0
}
#backGround {
	z-index: 666
}
#backGround #upper {
	border-top: 2px solid DARKCYAN;
	position: fixed;
	top: 0;
	width: 100%;
	height: 0px;
	background-color: green
}
#backGround #downer {
	border-bottom: 2px solid tomato;
	position: fixed;
	bottom: 0;
	width: 100%
}
.holder{
	
	margin: 0 20%;
	margin-top: 85px;
	display:block;
overflow:hidden;
	
}
.txtTest {
	
	font-family: 'Palanquin', sans-serif;
	background-color: white;
	color: DARKCYAN;
	font-size: 1.5em;

	width:400px;
	padding:55px;
	margin:0px 150px 0px 50px;
	

}

/*.tile {
	position: fixed;
	z-index: -666;
	width: 100%;
	height: 100%;
	background: linear-gradient(
	-45deg,
	tomato, 	DARKCYAN
	
	
	)
	
}*/


h2{font-size:1.2em;border-bottom:1px solid DARKCYAN;padding-bottom:15px;}
h1{font-size:1.4em;border-bottom:1px solid DARKCYAN;padding-bottom:15px;}
p {
	color: tomato;
padding-top:15px}

