.blog-page {
  background: #000;
  color: #fff;
}

.blog-title {
  position: absolute;
  top: 60px;
  left: 880px;
  margin: 0;
  font: 16px "Times New Roman", serif;
  font-weight: 400;
  white-space: nowrap;
}

.blog-feed {
  position: absolute;
  top: 120px;
  left: 60px;
  right: 60px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.blog-post {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  font: 16px "Times New Roman", serif;
  color: #fff;
}

.blog-post__timestamp {
  display: block;
  white-space: nowrap;
}

.blog-post__content {
  display: block;
  white-space: normal;
  line-height: 1.15;
}

.blog-post__image {
  display: block;
  width: min(100%, 360px);
  max-width: 360px;
  height: auto;
  max-height: 320px;
  margin-top: 6px;
  object-fit: contain;
}
