		.container {
			max-width: 960px;
		}

		.post h1 {
  font-size: 3rem;
}

.post p {
  
}

.post img {
  max-height: 100%;
  max-width: 100%;
}

.share-buttons a {
  margin-right: 1rem;
}

.facebook-btn,
.whatsapp-btn {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #3b5998;
  border-radius: 4px;
  padding: 10px 20px;
  margin-right: 10px;
  text-decoration: none;
}

.facebook-btn i,
.whatsapp-btn i {
  margin-right: 5px;
}

.whatsapp-btn {
  background-color: #25d366;
}

.bg-light{
background-color: #f1f1f1!important;
}