body{
  background:url('https://raw.githack.com/Sofa1874/Parallax/main/Sky.jpg');
 height:4600px;
} 

/*(Пункт 2)*/
div#parallax-bg-1{
 position: fixed;
 width: 1200px;
 top: 0;
 left: 50%; 
 margin-left: -600px; 
 z-index: 1;
}

div#parallax-bg-2{
 position: fixed;
 width: 1200px;
 top: 0;
 left: 50%; 
 margin-left: -600px; 
 z-index: 2;
}

div#parallax-bg-3{
 position: fixed;
 width: 960px;
 top: 0;
 left: 50%; 
 margin-left: -470px; 
 z-index: 3;
}

div#parallax-bg-3 div{
 background-repeat:no-repeat;
 position:absolute;
 display:block;
 overflow:hidden;
}


/*(Пункт 3)*/
/*Принц*/
div#bg-3-1{
 background:url('https://raw.githack.com/Sofa1874/Parallax/main/prince.png');
 width:1000px;
 height:1000px;
 top:-100px;
 right:100px;
}
/*Вопрос — ракета*/
div#bg-3-2{
 background:url('https://raw.githack.com/Sofa1874/Parallax/main/rocket.png');
 width:400px;
 height:400px;
 top:1050px;
 right:70px;
}
/*Сегорета — Сатурн*/
div#bg-3-3{
 background:url('https://raw.githack.com/Sofa1874/Parallax/main/Saturn.png');
 width:300px;
 height:300px;
 top:1800px;
 right:140px;
}
/*Вопрос — ракета*/
div#bg-3-4{
 background:url('https://raw.githack.com/Sofa1874/Parallax/main/rocket.png');
 width:300px;
 height:300px;
 top:1000px;
 right:0px;
}

/*(Пункт 4)*/
/*Звезда*/
div#parallax-bg-2 div{
 background:url('https://raw.githack.com/Sofa1874/Parallax/main/star.png');
 background-repeat:no-repeat;
 position:absolute;
 display:block;
 width:1000px;
 height:1000px;
 overflow:hidden;
}

div#bg-2-1{
 top:100px;
 left:-310px;
}
div#bg-2-2{
 top:270px;
 right:-70px;
}
div#bg-2-3{
 top:870px;
 left:-300px;
}
div#bg-2-4{
 top:1120px;
 right:-130px;
}
div#bg-2-5{
 top:1620px;
 left:140px;
}
div#bg-2-6{
 top:720px;
 left:340px;
}

/*(Пункт 5)*/
/*Мыло — звезда и сигарета — сатурн*/
div#parallax-bg-1 div{
 background-repeat:no-repeat;
 position:absolute;
 display:block;
 width:500px;
 height:500px;
 overflow:hidden;
}
div#bg-1-1{
 background:url('https://raw.githack.com/Sofa1874/Parallax/main/star.png');
 top:200px;
 right:450px;
}
div#bg-1-2{
 background:url('https://raw.githack.com/Sofa1874/Parallax/main/Saturn.png');
 top:420px;
 left:0px;
}
div#bg-1-3{
 background:url('https://raw.githack.com/Sofa1874/Parallax/main/star.png');
 top:850px;
 right:-290px;
}
div#bg-1-4{
 background:url('https://raw.githack.com/Sofa1874/Parallax/main/Saturn.png');
 top:1350px;
 left:200px;
}
div#bg-1-5{
 background:url('https://raw.githack.com/Sofa1874/Parallax/main/Saturn.png');
 top:1200px;
 left:-200px;
}
