html,
body {
  height: 100%;
}

.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.new_content {
  flex: 1;
}

.new_head {
  margin-block: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new_img {
}

.new_img img {
  width: 250px;
  height: 250px;
  object-fit: cover;
}

.new_title {
  font-size: 20px;
  font-weight: 700;
}

.new_datetime {
  font-size: 16px;
}

.new_text {
  font-size: 16px;
  line-height: 1.4;
}
