.page-photo{
    max-width: 95%;
    max-height: 85vh;
    margin: 10px;
    box-shadow: #111111 8px 8px;
    z-index: 1;

    opacity: 0.1;
    transition: all 2s ease; 

}

.photo-page-container{
    display: flex;
    justify-content: center;
    background-color: rgb(49, 49, 49);
    padding-top: 10px;
    padding-bottom: 18px;
    overflow: hidden;
}

.photo-page-title{
    display: flex;
    justify-content: center;
    
}
.photo-page-title-text{
    letter-spacing: 0.3em;
    
}

.photo-page-description{
    display: flex;
    justify-content: center;
    align-items: center;
}
.photo-page-description-text{
    letter-spacing: 0.2em;
}

.photo-settings{
    display: flex;
    align-items: center;
    word-spacing: 0.5em;
}

.photo-divider{
    width: 40px;
    height: auto;
}

.loading-text{
    z-index: 0;
    transform: translate(-0vw, 20vh);
    position: absolute;
}