* {
	margin: 0;
	padding: 0;
	border: none;
}

#space{
	width:730px;
	height:2000px;
	margin:0 auto;
	background:linear-gradient(-116deg, #0c0b12, #181326, #0c0b12);
	overflow: hidden;
	position: relative;
}

.image {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}

/*LAYERS*/

.space_layerOne{
	position:absolute;
	width:14600px;
	height:4000px;
	background:repeat;
	z-index:400;
	background:url(assets/layerOne.png);
	animation:displaceStars 350s linear infinite;
}

.space_layerTwo{
	position:absolute;
	width:14600px;
	height:4000px;
	background:repeat;
	z-index:300;
	background:url(assets/layerTwo.png);
	animation:displaceStars 400s linear infinite;
}

.space_layerThree{
	position:absolute;
	width:14600px;
	height:4000px;
	background:repeat;
	z-index:200;
	background:url(assets/layerThree.png);
	animation:displaceStars 450s linear infinite;
}

.space_layerFour{
	position:absolute;
	width:14600px;
	height:4000px;
	background:repeat;
	z-index:350;
	background:url(assets/layerFour.png);
	animation:displaceSmoke 480s linear infinite;
}

.space_layerBackground{
	position:absolute;
	width:730px;
	height:2000px;
	background:repeat;
	z-index:100;
	background:url(assets/nebula.png);

}

@keyframes displaceStars {
	from{transform: translate3d(0px, 0px, 0px);}
	to{transform: translate3d(-500px, -1000px, 0px);}
}

@keyframes displaceSmoke {
	from{transform: translate3d(0px, 0px, 0px);}
	to{transform: translate3d(0px, -2000px, 0px);}
}
