/* Shared by the small sub-pages: distress/, blog/index.html, blog/post.html. */

.container {
    max-width: 500px;
    margin: 0 auto;
    padding: 2rem 1rem;
    box-sizing: border-box;
}

.back-link {
    text-decoration: underline;
}

.back-link:hover {
    text-decoration: none;
}
