.single article.post {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.single article.post .theauthor {
  display: flex;
  gap: 15px;
}

.single article.post img#thumbnail {
  width: 100%;
}