header
{
    line-height: 1.5;
    margin: 0;
    padding: 1rem;
    position: relative;
}

    header h1, header h2
    {
        margin: 0;
        padding: 0;
    }

    header h2
    {
        color: #555;
        font-size: 1.2rem;
    }

    header h2 a
    {
        color: inherit;
        text-decoration: none;
    }

    header h2 a:hover
    {
        text-decoration: underline;
    }
    
    header h2 img { height: 40px; }

