/* Post */
article {
  display: flex;
  flex-direction: column;
  align-items: center;
}

article h1 {
  text-decoration: none;
  text-align: center;
  color: black;
}

.postImg {
  width: 100%;
  max-width: 500px;
}

article p {
  width: 90%;
}

.postContainer {
  margin-bottom: 50px;
}

.postContainer h1 {
  display: inline-block;
  padding: 2.5px 25px 2.5px 25px;
  font-size: 1.1em;
  font-weight: 600;
  border-radius: 10px;
  background: #ffa319;
}