/* tomzylla.com — styles */

body {
  font-family: "Courier New", Courier, monospace;
  max-width: 720px;
  margin: 40px auto;
  padding: 0 20px;
  line-height: 1.5;
  color: #000;
  background: #fff;
}

h1, h2 {
  font-size: 1em;
  font-weight: bold;
  margin-top: 2em;
}

p {
  margin: 0.5em 0;
}

.meta {
  margin-bottom: 2em;
}

.meta span {
  display: block;
}

.subtitle {
  font-size: 0.85em;
  font-style: italic;
  color: #333;
}

.section {
  margin-top: 2em;
}

.list {
  columns: 2;
  column-gap: 40px;
}

.dp-group {
  margin-bottom: 1em;
}

a {
  color: #000;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .list {
    columns: 1;
  }
}
