.right {
    border: none;
    height: 100%;
    width: 80%;
    padding: 20px;
    padding-top: 60px;
}

.left {
    border: none;
    height: 100%;
    width: 20%;
    padding: 20px;
    padding-top: 60px;
}

.gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
}

.filenames {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
    padding-left: 40px;
    padding-right: 40px;
}

.flex_pic {
    border: 2px solid #C93771;
    width: 250px;
    height: 280px;
    margin: 10px;
    margin-top: 50px;
    image-rendering: pixelated;
    object-fit: cover;
}