* {
    box-sizing: border-box;
}
body {
       font-family: 'Arial', sans-serif;
}
.scene {
     width: 100%;
     height: 100%;
	 min-height: 1000px;
	 position: relative;
	 top: 0px;
	 left: 0px;
	 background-color: #FFFFFF;
	 transform: translate3d(0, 0, 0);
}
.layer-5 {
     animation: animation_fg linear 80s infinite both; 
	 background: url('https://raw.githack.com/leragridneva/godwhathaveidone/main/5lay.png') 0 100% repeat-x;
	 z-index: 1;
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-size: auto 1065px;
}
.layer-4 {
     animation: animation_fg linear 70s infinite both; 
	 background: url('https://raw.githack.com/leragridneva/godwhathaveidone/main/4lay.png') 0 100% repeat-x;
	 z-index: 1;
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-size: auto 1065px;
}
.layer-3 {
     animation: animation_fg linear 60s infinite both; 
	 background: url('https://raw.githack.com/leragridneva/godwhathaveidone/main/3lay.png') 0 100% repeat-x;
	 z-index: 1;
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-size: auto 405px;
}
.layer-2 {
     animation: animation_fg linear 45s infinite both; 
	 background: url('https://raw.githack.com/leragridneva/godwhathaveidone/main/2lay.png') 0 100% repeat-x;
	 z-index: 1;
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-size: auto 223px;
}
.layer-1 {
     animation: animation_fg linear 35s infinite both; 
	 background:  url('https://raw.githack.com/leragridneva/godwhathaveidone/main/lay1.png') 0 100% repeat-x;
	 z-index: 1;
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-size: auto 217px;
}
.object-1 {
     background: url('https://raw.githack.com/leragridneva/godwhathaveidone/main/ob1.png') 0 100% no-repeat;
	 z-index: 1;
	 position: absolute;
	 bottom: 0px;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-size: auto 143px;
	 animation: animation_object linear 15s infinite both;
}
.object-2 {
     background:  url('https://raw.githack.com/leragridneva/godwhathaveidone/main/ob2.png') 0 100% no-repeat;
	 z-index: 1;
	 position: absolute;
	 bottom: 0px;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-size: auto 143px;
	 animation: animation_object linear 10s infinite both;
}
.object-2 {
     animation: animation_object object-2 linear 10s infinite both;
}
@keyframes animation_fg {
 0% {
background-position: 2765px 100%;
}
100% {
    background-position: 550px 100%;
  }
}
@keyframes animation_object {
0% {
background-position: -300px 100%;
}
  100% {
background-position: 2000px 100%;
}
}