

.gallery{
    width: 100%;
    height: auto;
    background-color: #eeeeee;
}
.gallery h1{
    text-align: center;
    font-size: 35px;
    color: #F25822;
    padding: 200px 10px 20px 10px;

}
.photo_gallery{
    width: 320px;
    height: 300px;
    border: none;

}
.photo_line{
    display: flex;
    justify-content: center;
    text-align: center;
}
.photo_gallery img{
    width: 100%;
    height: 300px;
    padding: 10px;
    border-radius: 5px;

}
