h2 {
  color: #563c29;
}

#social {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
#social .contact {
  font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
  font-size: 0.8rem;
}

.post-time {
  margin: 0;
  color: #88593a;
  font-style: italic;
  font-family: "Vermiglione", serif;
  letter-spacing: 0.1rem;
}

.post-list {
  margin-top: 2em;
}

.post-card {
  position: relative;
  padding: 1em;
  margin-bottom: 1em;
  border: 2px solid #563c29;
  border-radius: 0.5em;
  transition: box-shadow 0.2s ease;
}
.post-card:hover {
  box-shadow: 0 2px 7px rgba(86, 60, 41, 0.2509803922);
}

.post-card-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.post-excerpt {
  margin-top: 0.5em;
}

/*# sourceMappingURL=home.css.map */