.gallery-container {
    padding: 30px 5px 5px 5px;
/*    margin-top: 10vh;*/
    margin-bottom: 8vh;
    align-items: center;
}
.gallery {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 6vh;
}
.gallery_title {
    font-family: 'Life Savers', cursive;
    text-align: center;
/*    text-transform: uppercase;*/
    font-size: 25px;
    color: #174116;
    letter-spacing: 2px;
}
.gallery_img {
    width: 20vw;
    margin: 0.2vw;
    box-shadow: 4px 4px 6px gray;
}
.gallery_img:hover {
    filter: grayscale(60%);
}
.gallery_img2 {
    width: 15vw;
    margin: 1vw;
    box-shadow: 4px 4px 6px gray;
}