.gallery_container{
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 50px;
    margin-bottom: 35px;
}

.gallery{
    display: flex;
    flex-direction: column;
    width: 212px;
}

.quad_container{
    width: 212px;
    height: 212px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.quad_container > img{
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.597);
}

.caption{
    font-family: 'Adobe Garamond', serif;
    color: #ce9471;
    font-weight: bold;

    font-size: 10px;
    letter-spacing: 0.08em;
    margin: 0;
    margin-bottom: 20px;
}

.info{
    letter-spacing: 0.08em;
    color: #ce9471;
}

.infocontainer{
    margin-top: 60px;
    width: 550px;
}

.pagecount{
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.pagenumber{
    font-family: 'Adobe Garamond', serif;
    color: #ce9471;
    cursor: pointer;
    user-select: none;
}

.selected{
    text-shadow: 0px 0px 6px #ffffff;
}

.gallery_img{
    cursor: pointer;
    width: 102px;
    height: 102px;
}