body {
	backround-color: #000000;
	color: feda4a;
	front-family: sans-serif;
	front-size: 500%;
	front-weight 600;
	letter-spacing: 6px;
	line-height 150%;
	text-align: justify;
	perspective: 400px;
	margin-top: 400px;
	overflow: hidden;
	height: 800px;
}

h1 {
	title-transform: uppercase;

#title {
	text-align: center;
	front-sixze: 90%;
}

#crawl {
		positio: relative;
		top: -10000px;
		animation: scroll 40s liner;
}