.maincontent {
    text-align: center;
}


.gallery img {
    max-width: 330px;
}
.gallery {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
    padding: 3% 2%;
}
.gallery-item {
    margin-bottom: 15px;
}
.gallery-item a:hover {
    text-decoration: none;
}

.gallery-title {
    background: #780000;
    padding: 15px;
    border-radius: 0 0 15px 15px;
}
.gallery-title a {
    color: #fff;
}