/* Center and narrow the reading column */
body {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    /* padding: 1rem 1.25rem; */
}
p {
    text-align: justify;
}
