body{
 	background-image: url("background2.jpg");
    background-repeat: repeat;
    font-family: "HelveticaNeue-CondensedBold";
}
h1{
    position: absolute;
	left:0%;
    top: 0%;
    z-index: -6;
    font-size: 70em;
	color: pink;
    opacity: .5;
}
h2{
    position: absolute;
    left:40%;
    top: 10%;
    z-index: -5;
    font-size: 30em;
    color: pink;
	opacity: .5;
}
h3{
    position: absolute;
    left:0%;
    top: -50%;
    z-index: -1;
	letter-spacing: 30px;
    font-size: 20em;
    color: white;
    opacity: .4;
}
h4{
    position: absolute;
    top: 0%;
    left:0%;
	font-size: 15em;
    font-family: "Garamond";
    color: aqua;
    opacity: .3;
}
h5{
    position: absolute;
    left:50%;
    top:10%;
    font-size: 10em;
    font-family: "Garamond";
    color: navy;
    opacity: .1;
}
span {
    color:pink;
}
h6{
    position: absolute;
    font-size: 2em;
    color: red; 
    letter-spacing: 500px;
    text-align: center;
}


