.space {
    position: absolute;
    left: -10px;
    top: -10px;
    height: 2500px;
    width: 2000px;
    background-color: aqua;
}

.first-branch{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.poster{
    position: absolute;
    scale: 30%;
    top: 1275px;
    left: 100px;
}

#poster-credits{
    position: absolute;
    top: 2400px;
    left: 560px;
    color:rgb(255, 149, 218);
}

#french-link{
    position: absolute;
    height: 20px;
    width: 50px;
    text-decoration: none;
    cursor: pointer;
    color:rgb(255, 149, 218);
    top: 1558px;
    left: 796px;
    transform:rotate(-110deg);
    font-size: 20px;
    z-index: 1; 
}

#english-link{
    position: absolute;
    height: 20px;
    width: 50px;
    text-decoration: none;
    cursor: pointer;
    color:rgb(255, 149, 218);
    top: 1567px;
    left: 915px;
    transform:rotate(-75deg);
    font-size: 20px;
    z-index: 1;
}

#return-link{
    position: absolute;
    height: 20px;
    width: 50px;
    text-decoration: none;
    cursor: pointer;
    color:rgb(255, 149, 218);
    top: 1567px;
    left: 621px;
    transform:rotate(-75deg);
    font-size: 20px;
    z-index: 1;
 
}

#second-branch-fr{
    position: absolute;
    top: 188px;
    left: 21px;
    z-index: 0;
    
}

#second-branch-en{
    position: absolute;
    top: 192px;
    left: 42px;
    z-index: 0;
    
}

/*LIVE MOVIE EXCERPTS*/

.videos-section {
  position: absolute;
  top: 50px;
  left: 73px;
  color:rgb(255, 149, 218);
  z-index: 2;
}

.title-movies {
  font-size: 27px;
  color:rgb(255, 149, 218);
  margin: 0px;
}

.players {
  width: 618px;
  height: 348px;
  border-radius: 10px;
}

.players-smartphone {
  width: 318px;
  height: 566px;
  padding-left: 200px;
}

.txt-box {
  display: flex;
}

.videos-txt {
  color:rgb(255, 149, 218);
  margin-top: 0px;
  margin-bottom: 20px;
}

.videos-txt-smartphone {
  color:rgb(255, 149, 218);
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 200px;
}



/*PHOTO GALLERY*/
.photos-section {
  position: absolute;
  top: 960px;
  left: 1150px;
  color:rgb(255, 149, 218);
  z-index: 2;
}

.photo {
  width: 302.4px;
  height: 403.2px;
  border-radius: 10px;
}

.photos-txt {
  color:rgb(255, 149, 218);
  margin-top: 0px;
  margin-bottom: 20px;
}

/*description*/
.description {
  text-align: justify;
  position: absolute;
  color:rgb(255, 149, 218);
  top: 676px;
  left: 737px;
  height: 500px;
  width: 300px;

}