.profile-picture {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.photo-gallery {
    display: flex;
    flex-wrap: wrap;
}

.gallery-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}