h1 {
    font-size: 3rem;
}

h2 {
    padding-top: 0.5em;
}

a {
    color: #1167b1;
    text-decoration: underline;
}

.content a {
    color: #1167b1;
    text-decoration: underline;
}

.link {
    color: #1167b1;
    text-decoration: underline;
}

.content blockquote {
    padding: 1rem 0 1rem 2rem;
    margin-left: 2rem;
}

.content :last-child {
   margin-top: 0px;
   margin-bottom: 0px;
}

p {
    margin-top: 18px;
    margin-bottom: 18px;
}

img[src$='#center']
{
    display: block;
    margin: 0.7rem auto; /* you can replace the vertical '0.7rem' by
                            whatever floats your boat, but keep the
                            horizontal 'auto' for this to work */
    /* whatever else styles you fancy here */
}

