#page5{
    height: 100%;
    width: 100%;
    position: relative;
    background: #000;
    display: flex;

     /* border-radius: 25px;
    overflow: hidden; */
   
    padding: 0 20px;
    background: #efeae3;
    /* margin: 30px 0; */
    
    border-radius: 25px;
    overflow: hidden;

    /* margin-bottom: 20px; */
    
}

#page5 #navigation{
    height: 100%;
    width: 45%;
    position: relative;
    color: #efeae3;
    background: #000000;

    /* padding: 7%; */

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}


#page5 #navigation h2{
    font-size:70px;
    /* text-align: left; */
    opacity: 0.4;
    line-height: 0.95;
    justify-self: flex-start;
}

#page5 #navigation h2.selected{
    opacity: 1;
}

#page5 #image-showcase{
    height: 100%;
    width: 55%;
    position: relative;
    border-radius: 25px;
    overflow: hidden;

    background: #2b1717;

}
#page5 #description 
{
    margin-top: 15px;
    width: 50%;
    background: #000000;
}

#page5 #image-showcase img{
    height: 100%;
    width: 100%;
    position: relative;
    object-fit: cover;
    object-position: center;
}