#article h2 {
    text-align: center;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

#article p {
    text-indent: 2em;
    font-size: 1.5em;
    line-height: 1.6em;
    margin-top: 1em;
    margin-bottom: 1em;
}

#article figure {
    text-align: center;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

#article figure .v-img {
    margin-left: auto;
    margin-right: auto;
}

#article figcaption {
    color: grey;
    margin-top: 10px;
}
