.content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.images {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.images .image {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
}
img {
    max-width: 100%;
    height: auto;
}

.image-footer {
    font-weight: bold;
    font-size: 18px;
}

.aw-widget-36hour {
    margin-top: 40px;
    border-top: 2px solid black;
}
.visitor-count {
    position: fixed;
    bottom: 10px;
    right: 14px;
    font-size: 11px;
    color: #aaa;
    opacity: 0.6;
}
