/* Basics */
body {
    background-image: url('images/ferns.jpg');
    background-repeat: repeat;
}
bottom {
  background-color: #f1d1d1;
}
blog {
  background: ivory;
  margin-top: 40px;
  font-family: "Varela";
  font-size: 14px;
  border-left: 20px solid pink;
  border-right: 20px solid pink;
  border-top: 3px solid #695052;
  border-image-source: url('images/ntbkborder.png');
  border-image-slice: 0 50%;
  border-image-width: 0 50px 0 50px;
  border-image-repeat: round;
  padding: 100px 50px 0 50px; 
}
blog p {
  text-indent: 35px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.blog {
  display: flex;
  flex-direction: column;
  width: 50%;
  position: absolute;
  right: 0px;
}