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

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

#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; 
}

#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; 
}


#return-link{
    position: absolute;
    height: 20px;
    width: 50px;
    text-decoration: none;
    cursor: pointer;
    color:rgb(255, 149, 218);
    top: 1567px;
    left: 622px;
    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: 1;
    
}