main a {
    color: var(--color-textcolor);
    text-decoration: underline;
    text-decoration-color: var(--color-highlight);
    text-decoration-skip-ink: none;
    text-decoration-thickness: .2em;
    text-underline-offset: -.25em;
}

.project-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
    list-style: none;
    padding: 80px 0 80px 0;
}

.project-gallery img {
    width: 100%;
}

figure {
    padding: 56px 0 0 0;
    margin: 0;
}

figure iframe {
    width: 100%;
    height: 26.3vw;
}

figcaption {
    font-size: 0.79rem;
}