﻿main
{
}

.articles > header
{
    width: 100%;
    text-align: center;
    font-size: var(--header1);
    font-family: "Cardo", sans-serif;
    padding: 3em 0 3em 0;
    text-decoration: underline;
    text-decoration-color: currentcolor;
    text-decoration-color: var(--deep-acc);
}