img.logo__image {
    width: 100% !important;
    height: auto !important;
}

.gallery__image_title.se__text-center {
    text-align: center;
    margin-top: 2px;
}
.gallery__image_title.se__text-center {
    font-weight: bolder;
}
div.gallery_page__container.gallery__container div.container.se__g--12:nth-child(2),
div.gallery_page__container.gallery__container div.container.se__g--12:nth-child(3) {
    margin-top: 35px;
}

.logo__description {
    font-style: italic;
    text-align: center;
}








/* staff to become a button */
div.link {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: #007bff;
    border: 1px solid #007bff;
    border-radius: 4px;
    color: white;
    text-decoration: none;
}

div.link:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}