/* Flex Items */

.flex-items {
  display: flex;
  text-align: center;
  justify-content: center;
  text-align: center;
  height: 100%;

}

.flex-items > div {
    width: 50%;
    padding: 50px;
}

/* blog */

.post {
  padding: 300px 300px;
  justify-content: center;
  padding-top: 100px;
}

.post h2 {
  font-size: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: #ccc solid 1px;
}

.post h3 {
  font-size: 20px;
  padding-bottom: 10px;
}

.post p {
  font-size: 20px;
}

.post li {
  font-size: 20px;
}

.post ul {
  color: black;
}

.post .meta {
  margin-bottom: 30px;
}

.post img {
  width: 800px;
  display: block;
  margin: 0 auto 30px;
}