body {
    margin: 0;
    padding: 0;
    font-family: "Raleway", sans-serif;;
    color: #c1dae7;
    background: #242c2f;
}
.images {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 28px 32px;
    margin: 32px 0 48px;
}
a {
    color: #20e796;
}
.images img {
    box-shadow: 1px 1px 6px 1px #0a0c0c66;
    border-radius: 6px;
    transition: transform 0.3s ease-in;
    border: 2px solid #4b5d5f85;
    box-sizing: border-box;
}
a.map-link {
    vertical-align: middle;
}
.images a {
    text-decoration: none;
}
.images img:hover {
    transform: scale(1.1);
    z-index: 1;
    cursor: pointer;
}
.content {
    padding: 8px 32px;
    margin-left: 2em;
}
h1 {
    margin: 32px 0px 48px;
    font-size: 4em;
    font-weight: normal;
}
h2 {
    margin: 32px 0px 48px;
    font-size: 2.5em;
    font-weight: normal;
}
p {
    font-size: 1.2em;
    line-height: 1.4em;
    max-width: 728px;
}
.pswp__custom-caption {
    background: rgb(21 21 21 / 54%);
    font-size: 16px;
    color: #b5bcc8;
    max-width: 400px;
    padding: 2px 8px;
    bottom: 16px;
    right: 32px;
    position: absolute;
}
.pswp__custom-caption a {
    color: #fff;
    text-decoration: underline;
}
.hidden-caption-content {
    display: none;
}
.tag-filter {
    display: inline-block;
    font-size: 2em;
    margin: 8px 16px 0 0;
    opacity: 0.45;
    transition: all 0.3s ease-in;
    cursor: pointer;
}
.tag-filter--active {
    opacity: 1;
    color: #5cf7b1;
}

.tag-filter:hover {
    opacity: 0.7;
    color: #5cf7b1;
}

.main-list-item--date {
    color: #777777;
    font-size: 18px;
}
.main-list-item {
    padding: 8px 0;
    font-size: 24px;
}