body {
  padding: 0 1rem 2rem; }

.stuff-index {
  max-width: 800px;
  margin: 0 auto; }

.stuff-index h1 {
  margin: 1rem 0;
  font-size: 2rem; }

.stuff-intro {
  margin-bottom: 1.5rem; }

.stuff-links {
  list-style: none; }

.stuff-links li {
  margin: 0 0 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #ddd; }

.stuff-links a {
  font-weight: 700;
  text-decoration: underline; }

.stuff-links p {
  margin-top: 0.25rem;
  color: #555;
  line-height: 1.4; }
