p {
  text-align: left; /* Aligns text to the left */
  margin: auto; /* Adds margin on the top and bottom */
}

h1{
  color: #0F75BD;
  text-align: center;
}
h2{
  color: #0F75BD;
  text-align: center;
}
h3{
  color: #F72C93;
  text-align: left;
}
h4{
  color: #F72C93;
  text-align: left;
}

.post {
  margin: auto; /* Adds margin on the top and bottom */
  padding-left: 10px;
  padding-right: 10px;
}
