body {
background-image: url(WOMBAT2.jpg);
	background-repeat: no-repeat;
	background-size: 1500px;
     Background-color: #000000;
	 color: #DB7093;
	 font-family: sans-serif;
	 font-size: 500%;
	 font-weight: 600;
	 letter-spacing: 6px;
	 line-height: 150%;
	 text-align: justify;
	 text-align: center;
     perspective: 400px;
     margin-top: 400px;
     overflow: hidden;
     height: 800px;	 
}

#title {
	text-align: center;
	font-size: 90%;
}


h1 {
	text-transform: uppercase;
}

#crawl {
	position: relative;
	top: -10000px;
	animation: scroll 40s linear;
}

@keyframes scroll {
	0% {
		top: 0px;
	transform: rotateX (20deg) translateZ(0px);
	 color: #feda4a;
	 }
 80% {
     color: #feda4a;
     }  
 100% {
     top: -6000px;
	 color: #000000;
	
     }
}
background-image: url(Beast.gif);
	background-repeat: no-repeat;
	background-size: cover;
   }
   
#container {
	width: 1750px;
	height: 500px;
	padding-top: 80px;
	margin: 0 auto;
}   

.bar {
	width: 150px;
	height: 30px;
	margin: 12px auto;
	border-radius: 50px;
	float: left;
	
    }
	.bar:nth-child(1) {
 background-color: #FFFAFA;
  animation: up 1s infinite ease-in-out;
 }
 
 .bar:nth-child(2) {
 background-color: #FFFAFA;
  animation: up 1.1s infinite ease-in-out;
 }
 
	.bar:nth-child(3) {
 background-color: #FFFAFA;
  animation: down 1.2s infinite ease-in-out;
 }
 
.bar:nth-child(4) {
 background-color: #FFFAFA;
  animation: down 1.3s infinite ease-in-out;
 }
 
.bar:nth-child(5) {
 background-color: #FFFAFA;
  animation: up 1.4s infinite ease-in-out;
 }
 
.bar:nth-child(6) {
 background-color: #FFFAFA;
  animation: up 1.5s infinite ease-in-out;
}

 	.bar:nth-child(7) {
 background-color: #FFFAFA;
  animation: down 1.6s infinite ease-in-out;
 }
 
 .bar:nth-child(8) {
 background-color: #FFFAFA;
  animation: down 1.7s infinite ease-in-out;
 }
 
	.bar:nth-child(9) {
 background-color: #FFFAFA;
  animation: up 1.8s infinite ease-in-out;
 }
 
.bar:nth-child(10) {
 background-color: #FFFAFA;
  animation: up 1.9s infinite ease-in-out;
 }
 
.bar:nth-child(11) {
 background-color: #FFFAFA;
  animation: down 1.10s infinite ease-in-out;
 }
 
.bar:nth-child(12) {
 background-color: #FFFAFA;
  animation: down 1.11s infinite ease-in-out;
}
 
 @keyframes up {
   0% { transform: translateY(25px); background-color: #FF0000;}
   25% { transform: translateY(-25px); background-color: #DA70D6;}
   50% { transform: translateY(25px); background-color: #FF1493;}
   75% { transform: translateY(25px); background-color: #FF1493;} 
   100% { transform: translateY(-25px); background-color: #ffffff;}
   }
 
  @keyframes down {
   0% { transform: translate(-25px); background-color: #FF0000;}
   25% { transform: translate(25px); background-color: #DA70D6;}
   50% { transform: translate(-25px); background-color: #FF1493;}
     75% { transform: translate(25px); background-color: #FF1493;} 
	   100% { transform: translate(-25px); background-color: #ffffff;}
  }
 
 
 
 
 
 
 
 
 

	
	
	
	