.titleAndDate
{
    h1
    {
        font-size: 3.75rem;
        line-height: 1;
        margin-bottom: 15px;
    }

    padding-bottom: 1em;

    border-bottom: solid;
}

article
{
    h2 
    {
        text-decoration: underline;
    }

}