main section {
    margin: 0 0 25px 0;
    border-bottom: 2px dotted var(--col-mg);
}

main section hgroup {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

main section hgroup h1 {
    margin: 0 .5em 0 0;
    text-wrap: nowrap;
}

@media (max-width: 650px) {
    section hgroup h1 {
        width: 100%;
    }
}

main section img {
    box-sizing: border-box;
    border: 1px solid var(--col-fg);
    width: 100%;
}

.link-styled-mg {
    margin-right: 1em;
    text-wrap: nowrap;
    line-height: 1.75em;
}

.link-styled-mg::before {
    content: "🡲";
    position: relative;
    margin-right: .25em;
    left: 0px;
    transition: inherit;
}

.link-styled-mg:hover::before {
    left: 2px;
}

