.post-content blockquote p {
  margin-bottom: 10px;
}

.post-content blockquote p:last-child {
  margin-bottom: var(--content-gap);
  text-align: right;
}

.post-content blockquote cite:before {
  content: '\2015';
}

.not-found {
    flex-direction: column;
}

.sad-face {
    color: var(--tertiary);
    font-size: 0.5em;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    width: auto;
    height: 25px;
}
